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

C

答案解析:

暂无解析

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

以下()可用于检索session属性userid的值

A、sessiongetAttribute(“userid”);
B、sessionsetAttribute(“userid”);
C、requestgetParameter(“userid”);
D、requestgetAttribute(“userid”);

在HTML中引用外部JavaScript文件中的正确代码为()。

A、
B、
C、
D、

下列正确地在CSS文件中插入注释的语句是______。

MVC中的MVC分别用()表示

A、jspservletjavabean
B、HTmljavabeanjsp
C、javabeanjspservlet
D、servlethtmljsp

Textarea属性之Rows用于设置:()

A、多行文本框名称
B、设置最多可以输入的行数
C、设置每行可以输入的字符
D、设置每列可以输入的字符数
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计