如何用asp获取post的页面的数据

2025年03月25日 02:22
有1个网友回答
网友(1):

Request()通吃GET和POST
Request.QueryString()用于GET
Request.Form()用于表单POST