方式一:
python -m http.server 8080
方式二:
py start.py 3000
start.py内解决跨域和服务启动;
解决GET http://192.xxxxxxx net::ERR_CONNECTION_REFUSED
python -m http.server 8080
py start.py 3000
start.py内解决跨域和服务启动;
解决GET http://192.xxxxxxx net::ERR_CONNECTION_REFUSED
让时间为你证明