python
# python2
python2 -m SimpleHTTPServer 8080
# python3
python3 -m http.server 8080
php
php -S 127.0.0.1:8080
一行代码开启python、php简易服务
阅读 72
2022-04-14
# python2
python2 -m SimpleHTTPServer 8080
# python3
python3 -m http.server 8080
php -S 127.0.0.1:8080
相关推荐
精彩评论(0)