题目详情
单选题 蓝图定义完之后还需要注册到程序实例中.在house项目的app.py文件中,将刚刚创建的蓝图index_page注册到app中,代码是
A. from index_page import index_page
B. app.register_blueprint(index_page, url_prefix='/')
C. index_page = Blueprint('index_page', __name__)
学科:默认课程
时间:2025-11-11 02:15:28
相关题目
相关作业