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

以下______不是标准的HTTP消息头字段。

A、Status
B、Host
C、Accept
D、Referer
查看答案
正确答案:

A

答案解析:

暂无解析

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

下列语言编写的代码中,在浏览器端执行的是______。

A、Web页面中的c#代码
B、Web页面中的Java代码
C、Web页面中的PHP代码
D、Web页面中的JavaScript代码

在Servlet中,下列语句可以正确获取PrintWriter对象的是()

A、PrintWriterout=requestgetWriter();
B、PrintWriterout=requestgetPrintWriter();
C、PrintWriterout=responsegetWriter();
D、PrintWriterout=responsegetPrintWriter();

以下哪个选项能显示成两行文字

A、Thefirstlineand
secondline
B、Thefirstlineandnsecondline
C、Thefirstlineandsecondline
D、Thefirstlineandsecondline

在J2EE的ModelⅡ模式中,模型层对象被编写为()。

A、Applet
B、JSP
C、Server
D、JavaBean

关于浏览器对象之间的从属关系,正确的说法是______。

A、window对象从属于document对象
B、document对象从属于window对象
C、window对象和document互不从属
D、以上选项均错
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计