php根目录设置问题,地址是http://localhost/index.php能打开,地址file:///C:/wamp/www/index.php打不开
php根目录设置问题,地址是http://localhost/index.php能打开,地址file:///C:/wamp/www/index.php打不开
日期:2021-08-18 08:15:51 人气:1
你双击等于没经过apache处理,PHP是服务器端语言,所以双击直接打开不可能。
只能经过localhost访问。
只能经过localhost访问。