在数据中, data:{ item:0, //表示当前轮播页面索引 tab:0, //表示当前的标签索引 playlist:[{ //四首歌曲的具体数据 id:1, title:"钢琴协奏曲", singer:"肖邦", src:"http://192.168.249.112/1.mp3", coverImgUrl:"/images/cover.jpg" },{ id: 2, title: "奏鸣曲", singer: "莫扎特", src: "http://192.168.249.112/2.mp3", coverImgUrl: "/images/cover.jpg" },{ id: 1, title: "欢乐颂", singer: "贝多芬", src: "http://192.168.249.112/3.mp3", coverImgUrl: "/images/cover.jpg" },{ id: 1, title: "爱之梦", singer: "李斯特", src: "http://192.168.249.112/4.mp3", coverImgUrl: "/images/cover.jpg" }], state:"paused", //播放状态 playIndex:0, //播放的歌曲的索引 play:{ //播放的歌曲信息 currentTime:"00:00", //播放的当前时间 duration:"00:00", //歌曲的总时间 percent:0, //当前播放的占比 title:"", singer:"", coverImgUrl: "/images/cover.jpg", } }, 说法正确的是
data数据中playlist变量的赋值是一个数组coverImgUrl 赋值是一个根路径
举一反三
- Thesymboldepictsa().[imgsrc="http://p.an...;"title="?????.jpg"]
- 下列关于二维整型数组的初始化及其赋值结果正确的是 A: intd[3][3]={{1},{0,2},{0,0,3}};1 0 00 2 00 0 3 B: intd[3][3]={1,0,2,0,0,3};1 0 00 2 00 0 3 C: intd[3][3]={1,0,{2,0},{0,3}};1 0 00 2 00 0 3 D: intd[3][3]={{1,0,2,0},{0,3}};1 0 00 2 00 0 3
- 创建存储过程如下:Create proc bookproc @id int ,@title char(20) outputAs Select @title=title from book where id=@id执行该存储过程的方法正确的是( ) A: Exec bookproc 1,@title outputPrint @title B: exec bookproc @id=1,@title outputPrint @title C: declare @title char(2)Exec bookproc 1,@title outputPrint @title D: declare @title char(20)Exec bookproc @id=1,@title outputPrint @title
- 近年来,昆明火车站发生了一起暴力恐怖事件,这起案件的时间是( ) A: 2014/3/1 0:00:00 B: 2016/3/1 0:00:00 C: 2014/3/8 0:00:00 D: 2008/8/8 0:00:00
- 获取页面中所有jpg格式的图片,以下写法正确的是()。 A: $("img[src$=jpg]") B: $("img[src^=jpg]") C: $("img[src=jpg]") D: $("img[src*=jpg]")
内容
- 0
<img src="http://edu-image.nosdn.127.net/71A448760C52ECDFD18872E9B72EDB68.PNG?imageView&thumbnail=520x520&quality=100" />? 0<br >|1<br >|2<br >|3<br >
- 1
在页面中插入图片可以使用<img>标签来完成,该标签的src属性用来指出图片来源,在设计时,该属性最理想的值为()。? 绝对路径,如src="http://202.117.1.13/images/logo.gif"|以上都可以|相对路径,如src="images/logo.gif"|根路径,如src="/images/logo.gif"
- 2
在页面中插入图片可以使用[img]标签来完成,该标签的src属性用来指出图片来源,在设计时,该属性最理想的值为()。[/img] A: 相对路径,如src="images/logo.gif" B: 绝对路径,如src="http://202.117.1.13/images/logo.gif" C: 根路径,如src="/images/logo.gif" D: 以上都可以
- 3
在下列查询条件中,可以使用索引的是( )。 A: id + 2 > 3 B: id > 3 - 2 C: id + 1 = 3 D: id = 3
- 4
background:url(2、png),url(1、jpg),url(3、png),url(4、jpg);},表示哪张图片处在最上层() A: 2、png B: 1、jpg C: 3、png D: 4、jpg