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

D

答案解析:

暂无解析

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

点击Form的RESET按钮,所有Form中的元素都会被清空

A、True
B、False
C、忽略此选项
D、忽略此选项

App-Code文件夹用来存储()。

A、数据库文件
B、共享文件
C、代码文件
D、主题文件

在下列的HTML中,哪个是最大的标题?______

A、<h6>
B、<head>
C、<heading>
D、<hl>

下面哪些对象可以在同一应用程序的不同网页间共享数据。()

A、application
B、response
C、Request
D、session

在HTML文档中用于表示页面标题的标记对是______。

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