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

D

答案解析:

暂无解析

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

在JavaScript中,增加单行注释的选项是_________。

A、//Thisisacomment
B、'Thisisacomment
C、
D、--Thisisacomment

以下哪个不是标记中合法的TARGET属性值

A、_parent
B、_self
C、_empty
D、_top

在JavaScript中,获得2和4之间较大值的JavaScript语句是_________。

A、Mathmax(2,4)
B、top(2,4)
C、ceil(2,4)
D、Mathceil(2,4)

下列选项中,不是Page指令属性的是()。

A、CodePage
B、Debug
C、namespace
D、Language

JSP内置对象response调用方法getoutputStream()可以获得一个指向客户的输出流,服务器将文件写入这个流,客户就可以下载文件了。

热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计