Hello

上代碼 新建文件hello.py,代碼以下python # coding:utf-8 import tornado.web import tornado.ioloop class IndexHandler(tornado.web.RequestHandler): """主路由處理類""" def get(self): """對應http的get請求方式"""
相關文章
相關標籤/搜索