import click from flask.cli import with_appcontext from flask import Flask app = Flask(__name__) @click.command(name="print_text") ...
確定! 回上一頁