import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.render("template.html", ...
確定! 回上一頁