程序员打招呼必然是hello world开头啊,虽然我已经很久很久不敲代码了,但是,三流的程序员,也是程序员啊,哈哈哈。四年多以后,我的个人博客回来了。
protected function percentEncode($string) {
$string = urlencode($string);
$string = preg_replace('/\+/', '%20', $string);
$string = preg_replace('/\*/', '%2A', $string);
$string = preg_replace('/%7E/', '~', $string);
return $string;
}
您好,这是一条评论。若需要审核、编辑或删除评论,请访问仪表盘的评论界面。评论者头像来自 Gravatar。