python from bottle import route, run @route('/') def hello(): return "Hello, World!" run(host='localhost', port=8080)


上一篇:
下一篇:
切换中文