题目内容

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

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%}

系统是通过点击量来判断哪个歌曲是热门歌曲

A. 对
B. 错

实现音乐播放功能使用的是()插件。

A. Player
B. jPlayer
C. realPlayer
D. MediaPlayer

答案查题题库