链接url传参数

代码:

<!DOCTYPE html>

<html>

<body>

 

<a href="demo_simplequerystring.asp?color=green">Example</a>

 

<%

Response.Write(Request.QueryString)

%>

 

</body>

</html>

结果:

Example
相关文章
ASP实战