MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=164401&type=2') .then(function (res) { var follows2 = MIP.getData('follows') if(follows2==1){ MIP.setData({ follows:2, title:'收藏' }) } if(follows2==2){ console.log(2) MIP.setData({ follows:1, title:'已收藏' }) } }) .catch(function (err) { console.log('数据请求失败!') }) })

执行下列程序

后输出的结果是()

A、3,4
B、11,1
C、11,4
D、11,6
查看答案
正确答案:

D

答案解析:

暂无解析

上一题
你可能感兴趣的试题

正确的C语言用户自定义标识符是()

A、print
B、float
C、when?
D、random%2

设charx='a';则printf("x=%c,y=%cn",x,97);的输出是()

A、x=a,y=97
B、x=97,y=a
C、x=97,y=97
D、x=a,y=a

设charstr[100];inti=5;则引用数组元素的错误形式是()

A、str[i+10]
B、*(str+i)
C、*(str+i-1)
D、*((str++)+i)

设inta[2][3]={{2},{3}};则数组元素____________的值为3。

设inta[][4]={1,2,3,4,5,6,7,8,9};则数组a的第一维的大小是()

A、2
B、3
C、4
D、无确定值
热门试题 更多>
相关题库更多>
信息资源管理
数据库及其应用
数据结构导论
企业管理概论
计算机原理
管理信息系统
管理经济学
高级语言程序设计一
电子商务与电子政务