windows环境
cmd php -S 0.0.0.0 :9999
php 已经配置了环境变量了
出现网址为 http 0.0.0.0 9999 的网页可能暂时无法连接 或者它已永久性地移动到了新网址
windows环境
cmd php -S 0.0.0.0 :9999
php 已经配置了环境变量了
出现网址为 http 0.0.0.0 9999 的网页可能暂时无法连接 或者它已永久性地移动到了新网址
0.0.0.0 并不是一个有效ip, 这只是表示监听9999端口, 不管来自哪个ip.
请使用 localhost:9999访问