import sqlite3; import click; from flask import current_app, g; from flask.cli import with_appcontext; def get_db():; if 'db' not in g: ...
確定! 回上一頁