题目详情
单选题 在后端实现时,在house项目的根目录下新建文件index_page.py,在该文件中创建蓝图,创建蓝图的代码是
A. from flask import render_template
B. app.register_blueprint(index_page, url_prefix='/')
C. index_page = Blueprint('index_page', __name__)
学科:默认课程
时间:2025-11-11 02:15:28
相关题目
相关作业