每次点击调试,在浏览器中出现:file:///var/www/testWeb/index.php
但是在localhost/testWeb/index.php中又显示正常!
是什么原因呢?
每次点击调试,在浏览器中出现:file:///var/www/testWeb/index.php
但是在localhost/testWeb/index.php中又显示正常!
是什么原因呢?
file:///var/www/testweb/index.php 这是一个文件,浏览器是不做解析的。
而http://localhost/testWeb/index.php 这是一个链接地址,会经过你的apache+php的处理,生成html,发送到浏览器。由浏览器解析
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号