题目内容

新闻记者首先是事件的影响者或监督者,其次才是事实的记录者、观察者。

A. 对
B. 错

查看答案
更多问题

热门歌曲的数据来源是()表。

A. artist
B. user
C. song
D. collect

关于热门歌曲路由创建正确的是()

A. @route("/contentFrame")
B. @.route("/contentFrame")
C. @home.route("/contentFrame")
D. @home.rout("/contentFrame")

下面关于contentFrame()方法代码描述正确的是()

A. hot_artist = Song.query.order_by(Song.hits.desc()).limit(10).all()return render_template('home/contentFrame.html',hot_artist=hot_artist,hot_song=hot_song
B. hot_song = Song.query.order_by(Song.hits.desc()).limit(10).all()return render_template('home/contentFrame.html',hot_artist=hot_artist,hot_song=hot_song)
C. hot_song = Song.query.order_by(Song.hits.desc()).limit(10).all()
D. hot_song = Song.query.order_by(Song.hits.desc()).limit(10).all()

在HTML模板中可以使用()标签来遍历数据。

A. for
B. foreach
C. {%for%}
D. {%foreach%}

答案查题题库