MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=30312&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

答案解析:

暂无解析

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

简述Web.config文件特点及作用

在JSP中如果要导入java.io.*包,应该使用()指令。

A、page
B、taglib
C、include
D、forward

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

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

下面()是静态网页文件的扩展名

A、asp
B、htm
C、aspx
D、jsp

在Servlet中,response.getWriter()返回的是()

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