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

visual studio 里没有( )

A、html控件
B、数据控件
C、验证控件
D、发布控件
查看答案
正确答案:

D

答案解析:

暂无解析

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

用来设定背景颜色的HTML标记是________。

A、yellow
B、
C、
D、

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

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

如果只希望在多个页面间共享数据,可以使用()作用域

A、request,session
B、applicationsession
C、request,application
D、pageContextrequest

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

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

请写出一个包含输入用户名、密码和登录按钮的HTML网页

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