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

C

答案解析:

暂无解析

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

使用JavaScript打开一个名为"window2"窗口的选项是________。

下面哪项是错误的设置Bean属性值的方法。()

A、
B、
C、
D、

HTML标记中标记的method属性取值为()。

A、get
B、doGet
C、post
D、doPost

按作用域从大到小排列正确的是()

A、applicationpagerequestresponse
B、sessionpageContextrequestapplication
C、publicapplicationsessionrequest
D、applicationsessionrequestpageContext

在访问Servlet时,在浏览器地址栏中输入的路径是在()地方配置的

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