如何在web.py中指定监听地址和端口?就像是:
web.application( urls, host="33.44.55.66", port=8080 )
编辑
我想避免使用默认的web.py命令行解析
python web.py
python ×1
web.py ×1