MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=126299&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、font
B、class
C、styles
D、style
查看答案
正确答案:

D

答案解析:

暂无解析

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

ASP.NET中的上传控件是()

A、ListBox
B、AdRotator
C、FileUpload
D、Panel

在NET中CLS(CommonLanguageSpecification)的作用是()

A、存储代码
B、防止病毒
C、原程序跨平台
D、对语言进行规范

下列标记中不属于行内元素的是______。

A、<em>
B、<font>
C、Input
D、div

下面哪些对象可以在同一应用程序的不同网页间共享数据。()

A、application
B、response
C、Request
D、session

下列运算符中()具有三个操作数。

A、>>=
B、&&
C、++
D、?
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计