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

在JSP页面中,类型为HttpServletResponse的内置对象是()

A、out
B、response
C、request
D、config
查看答案
正确答案:

B

答案解析:

暂无解析

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

实现一个单行文本输入域的 HTML代码是 _________。

A、
B、
C、
D、

从 HTTP请求中,获得请求参数,应该调用

A、request对象的getAttribute()方法
B、request对象的getParameter()方法
C、session对象的getAttribute()方法
D、session对象的getParameter()方法

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

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

表示只有所属的成员才能访问的修饰符是( )

A、public
B、protected
C、private
D、Internal

下面控件中不能执行鼠标单击事件的是( )

A、ImageButton
B、ImageMap
C、Image
D、LinkButton
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计