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

B

答案解析:

暂无解析

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

ASP.NET中可以在不同项目之间共享的对象是()

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

ASP.NET中的上传控件是()

A、ListBox
B、AdRotator
C、FileUpload
D、Panel

在a.jsp中有代码片断如下:在b.jsp中加入下列()代码,可以输出在a.jsp页面上输入的loginName的值

A、
B、
C、
D、

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

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