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

XML主要用于______数据。

查看答案
正确答案:

传输和存储

答案解析:

暂无解析

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

web.config 文件不能用于( )。

A、Application事件定义
B、数据库连接字符串的定义
C、对文件夹访问授权
D、基于角色的安全性控制

下列数据类型属于引用类型的是( )

A、struct
B、class
C、interface
D、delegate

下列数据类型属于引用类型的是 ( )。

A、bool
B、char
C、string
D、enum

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

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

利用 ASP.NET开发的网页,其文件扩展名应命名为 ______。

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