-
2017-03-10 11:26:17
- 为啥这段代码不能实现文件下载?
- 为什么我这段代码不能实现文件下载,在LINUX和WINDOWS下我都试过了。在WINDOWS下运行到OB_start();程序就没运行下去了。<?php
$root="D:/wamp/www/panjinli/downloadsouce";
if(is_dir($root))
{
$openHandle=opendir($root);
-
0
2
1293
-
2017-03-10 11:22:04
- html链接代码无法打开?
- html代码:<a href="http://pan.plyz.net/d.asp?u=1431027233&p=测试.zip">下载</a>点击下载链接不能下载,回车一下才能下载,怎么回事?
-
0
2
1741
-
2017-03-10 11:08:46
-
2017-03-04 15:34:05
-
2017-02-23 13:57:16
-
2017-02-18 11:49:52
- 前端新手求助面向对象问题?
- 现在有一个对象如下:var doc= $(document);
function people(){ &nb
-
0
2
1097
-
2017-02-15 15:15:37
-
2017-02-13 17:42:14
-
2017-02-06 13:23:30
-
2017-01-23 11:46:53
- 对象属性的循环输出
- var obj={x1:1,X2:2,X3:3};var i= 1,n=3;for(;i<=n;i++){ document.write(obj['x'+i]+"<br>");}这里显示的结果为什么是:1,undefined,undefined
-
0
3
1645