首页 > 代码库 > 创建一个网页

创建一个网页

# -*- coding:utf-8-*-
import web
web.application().run()


运行结果:http://0.0.0.0:8080/


查找网址http://localhost:8080/





创建一个网页