Flask -Script 是一个Flask 扩展,为Flask 程序添加了一个命令行解析器。 ... coding: utf-8 # hello.py from flask.ext.script import Manager manager = Manager(app) ...
確定! 回上一頁