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

在 DHTML中把整个文件的各个元素作为对象处理的技术是 : ( )

A、HTML
B、CSS
C、DOM
D、Script
查看答案
正确答案:

C

答案解析:

暂无解析

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

PHP 中采用的模板技术是 ______

A、Smarty
B、Smart
C、Templet
D、Cache

( )事件在页面被加载的时候,自动调用该事件。

A、Page_OnLoad()
B、Page_UnLoad()
C、Page_Submit()
D、Page_Submit()

按作用域从大到小排列正确的是( )

A、applicationpagerequestresponse
B、sessionpageContextrequestapplication
C、publicapplicationsessionrequest
D、applicationsessionrequestpageContext

实现一个多行文本输入域的 HTML代码是 ________。

A、
B、
C、
D、

下面 () 不属于值类型。

A、简单类型
B、数组类型
C、枚举类型
D、结构类型
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计