MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=126127&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

答案解析:

暂无解析

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

下面那种语言是解释执行的 ( )

A、C++
B、Delphi
C、JavaScrip
D、Java

实现发送到某个 email 链接的 HTML 代码是 _______。

A、xxx@yyy
B、
C、
D、

下列标记中不属于行内元素的是 ______。

A、<em>
B、<font>
C、Input
D、div

静态网页文件的后缀是( )

A、asp
B、aspx
C、htm
D、jsp

在 HTML文档中用于表示页面标题的标记对是 ______。

A、<head></head>
B、<header></header>
C、<Caption></Caption>
D、<title></title>
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计