Warning: fopen(/webroot/resource/php/f.txt): failed to open stream: No such file or directory in /54/754/JkID/index.php on line 3
Warning: fclose() expects parameter 1 to be resource, boolean given in /54/754/JkID/index.php on line 12
什么鬼
Warning: fclose() expects parameter 1 to be resource, boolean given in /54/754/JkID/index.php on line 12
什么鬼
2017-02-27
已采纳回答 / 四季若尚有
对的单引号内部的变量不会执行双引号会执行如$name = 'hello';echo "the $name";会输出 the hello而如果是单引号$name = 'hello';echo 'the $name';会输出 the $name
2017-02-26
最新回答 / Triston_
<?phpecho(ceil(0.60);echo(ceil(0.40);echo(ceil(5);echo(ceil(5.1);echo(ceil(-5.1);echo(ceil(-5.9));?>结果: 1 1 5 6 -5 -5
2017-02-26
最新回答 / 慕粉2150322174
这个不用这里改的,直接去httpd.cof这里去查询80,然后选择更改Listen和ServerName localhost改成8080就可以了
2017-02-26