首页
编程
java
php
前端
首页
编程
java
php
前端
html页面如何接收asp.net页面的session值
这是一个asp.net页面,想要将用户名传到一个html页面并打印出来,求具体代码
在你的asp.net里面写
<% =Session["用户名"] %>
点击展开全文