江天一色
业精于勤荒于嬉,行成于思毁于随
2017年3月12日星期日
perl URI::Escape 处理网址
use URI::Escape;
$safe = uri_escape("10% is enough\n");
$verysafe = uri_escape("foo", "\0-\377");
$str = uri_unescape($safe);
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论