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

以下代码会生成什么样的Frame结构

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

C

答案解析:

暂无解析

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

以下哪个选项能显示成两行文字

A、Thefirstlineand
secondline
B、Thefirstlineandnsecondline
C、Thefirstlineandsecondline
D、Thefirstlineandsecondline

在 HTML代码中,插入 JavaScript 代码的位置描述是 _________。

A、段和段都可以
B、段
C、段
D、段和段之外

网页重定向功能可以有内置对象 ( )的方法 Redirect 实现。

A、Server
B、Response
C、Request
D、Application

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

A、
B、
C、
D、

JSP页面经过编译之后,将创建一个( )。

A、applet
B、servlet
C、application
D、exe文件
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计