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

利用ASP.NET开发的网页,其文件扩展名应命名为______。

A、htm
B、aspx
C、asp
D、无严格限制
查看答案
正确答案:

B

答案解析:

暂无解析

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

在 J2EE的 Model Ⅱ模式中,模型层对象被编写为( )。

A、Applet
B、JSP
C、Server
D、JavaBean

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

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

下面控件中不能执行鼠标单击事件的是( )

A、ImageButton
B、ImageMap
C、Image
D、LinkButton

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

A、<head></head>
B、<header></header>
C、<Caption></Caption>
D、<title></title>

Session 对象默认的超时时限为 :( )

A、20分钟
B、30分钟
C、45分钟
D、60分钟
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计