2013年7月11日
摘要: /** * 获取当前页面完整URL地址 */ function get_url() { $sys_protocal = isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443' ? 'https://' : 'http://'; $php_self = $_SERVER['PHP_SELF'] ? safe_replace($_SERVER['PHP_SELF']) : safe_replac 阅读全文
posted @ 2013-07-11 14:54 ijoanne 阅读(489) 评论(0) 推荐(0)