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

.NET Framework 主要包括 _____和_______。

查看答案
正确答案:

公共语言运行库 CLR、类库

答案解析:

暂无解析

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

Tomcat服务器的默认端口为( )。

A、8888
B、8001
C、8080
D、80

网页重定向功能可以有内置对象 ( )的方法 Redirect 实现。

A、Server
B、Response
C、Request
D、Application

用来打开与关闭数据库连接的是哪个 ADO 对象。( )

A、Command
B、Recrodset
C、Connection
D、Field

下列哪个控件不能作为数据显示控件( )

A、GridView
B、DataList
C、Repeater
D、CustomValidator

打开 VS2008的工具箱,应使用系统的 ( )菜单

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