课程
/后端开发
/PHP
/WEB在线文件管理器
? &各代表什么,act=showContent等等什么意思
2015-02-10
源自:WEB在线文件管理器 1-4
正在回答
?后面一般会传递到$_GET全局数组中,&表示分割,act=showContent就表示把showContent赋值给act这个变量;
Drunkwind 提问者
举报
通过本课程文件目录函数库的学习,让你掌握文件、目录函数库的应用
2 回答// $redirect="index.php?path={$path}"是什么意思
2 回答$redirect="index.php?path={$path}";这句话的用意?
2 回答location.href="index.php?act=delFile&filename="+filename中的加号是做什么的?
2 回答Undefined Image file ("images/<?php echo $src;?>").
1 回答为什么是echo,echo不是输出吗,用在images/<?php echo $src;?>这个地方合适吗,为什么不是用return来获取$src的值