首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
categoryid专题
Request.Params[CategoryID]什么意思?
从页面的QueryString 、Form、Cookies、ServerVariables 里检索名称为“CategoryID”的值。优先级顺序为QueryString > Form > Cookies > ServerVariables 以下是来自 Reflector 的 HttpRequest 类的部分参考代码。public NameValueCollection Params{
阅读更多...