博客统计信息

用户名:ljh0242
文章数:443
评论数:68
访问量:381443
无忧币:813
博客积分:2405
博客等级:6
注册日期:2006-11-11

最新评论

Request.getQueryString()
2009-06-26 14:47:39
标签:职场 休闲
版权声明:原创作品,谢绝转载!否则将追究法律责任。
Request.getQueryString()
Syntax

Request.getQueryString()

Returns

The query string corresponding to the current client request.

Description

The query string consists of the parameters following the URL. For example, if the client's browser was directed at http://servername/webname/pagename.csp?paramName=paramValue, the query string would be paramName=paramValue.

Example
   response.write("QueryString: " + Request.getQueryString());
   // this code called from a webcall function named main()
   // would print: "QueryString: _fn=main"
Related Topics

Request Object, Request.getParameter(), Request.getRequestURI()
本质就是获取带参数查询
分享至
更多
一键收藏,随时查看,分享好友!
0人
了这篇文章
类别:web开发技术技术圈()┆阅读()┆评论() ┆ 推送到技术圈返回首页

文章评论

 
 

发表评论            

【技术门诊】专家解析:软考重点难点及应试技巧
昵  称:
登录  快速注册
验证码:

请点击后输入验证码博客过2级,无需填写验证码

内  容: