MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=126269&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页面之间传递值的几种方法。

查看答案
正确答案:

答: 1. 使用 QueryString 变量

2. 使用 Application 对象变量

3. 使用 Session 变量

4. 使用 Cookie 对象变量

5. 使用 Server.Transfer 方法

答案解析:

暂无解析

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

设在表单中有一组复选钮标记,如下列代码 : 如果在 register.jsp 是取 city 的值,最适合的方法为( )。

1

A、Stringcity=requestgetParameter(“city”);
B、String[]cities=requestgetParameter(“city”);
C、String[]cities=requestgetParameterValues(“city”);
D、Stringcity=requestgetAttribute(“city”);

Session与 Cookie 状态之间的最大区别在于: ( )

A、存储位置的不同
B、类型不同
C、生命周期不同
D、容量不同

设 A = ”ASP”, B = “.NET”,以下( )可以得到站果” ASP.NET”。

A、A&B
B、A+B
C、A&+B
D、A-B

若要将表单数据以字符串的方式附加在网址后面返回服务器端, 必须将标记的 METHOD 属性设置为下列哪一个。 ( C )

A、POST
B、STRING
C、GET
D、QUERY

使用 LINQ 不能实现数据操作的是 ( )

A、查询
B、插入
C、修改
D、导入
热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计