MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=30297&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('数据请求失败!') }) })

下列选项中,不是 Page指令属性的是 ( )。

A、CodePage
B、Debug
C、namespace
D、Language
查看答案
正确答案:

C

答案解析:

暂无解析

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

JavaScript中常用的鼠标事件有()。

A、onMourseIn
B、onMouseLeave
C、onMouseMove
D、onMouseOver

连接SQLServer数据库,使用()指定数据库名。

A、InitialCatalog
B、Catalog
C、Database
D、A和C

在弹出的alert文本框中,实现显示"HelloWorld"的JavaScript语句是________。

使用JavaScript语言中Document的()方法可以在页面上输出字符。

A、documentwrite()
B、documentprint()
C、documentout()
D、documentflush()

在javaScrpt中window对象的()方法用于打开一个新窗口。

A、openWindow()
B、window()
C、open()
D、close()
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计