会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
TODAY ^_^
博客园
首页
管理
2009年8月26日
添加删除查询字符串中的参数
摘要: 这两个函数都是相对当前的请求的URL来处理的。例如:http://baidu.com/?a=hello&b=world添加函数输入:("c","kkcat"),输出就是http://baidu.com/?a=hello&b=world&c=kkcat删除函数输入:("b"),输出就是http://baidu.com/?a=hello[代码][代码]
阅读全文
posted @ 2009-08-26 20:07 today4king
阅读(438)
评论(0)
推荐(0)
编辑
截取指定长度的字符串,区分汉字和字符
摘要: [代码]
阅读全文
posted @ 2009-08-26 10:59 today4king
阅读(303)
评论(0)
推荐(0)
编辑
公告