摘要: static private function getPageHash($url){ $path = parse_url($url); $path = substr( $path['path'],0,4); $path = substr( md5 ( isset($path)?$path... 阅读全文
posted @ 2015-10-09 17:59 九分 阅读(142) 评论(0) 推荐(0)