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

下列标记不属于HTML文档的基本结构的是:()

A、
B、
C、
D、
查看答案
正确答案:

D

答案解析:

暂无解析

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

使表格中的内容左对齐的 HTML代码是 ________。

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

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

( )可以用来显示图片,还可以实现图片的超链接。

A、ImageMap控件
B、Image控件
C、RadioButton控件
D、adioButtonList控件

下面不属于容器控件的是 ( )

A、Panel
B、PlaceHolder
C、CheckBox
D、RadioButtonLIist

( )对象用于从数据库中获取仅向前的只读数据流, 并且在内存一次只存放以行数据

A、DataAdapter
B、DataSet
C、DataView
D、DataReader
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计