python一个命令开启http服务器
摘要:1、python开启http服务器 python -m SimpleHTTPServer 8080如果提示错误:python.exe: No module named SimpleHTTPServer 则试一下命令:python -m http.server 2、执行py脚本文件,开启cgi映射 p
阅读全文
posted @ 2017-02-15 17:44
posted @ 2017-02-15 17:44
posted @ 2017-02-04 09:25
posted @ 2017-02-04 09:12