2014年9月26日
摘要: 阅读全文
posted @ 2014-09-26 15:13 lsl8966 阅读(109) 评论(0) 推荐(0)
摘要: /** * 页面重定向 * @param $location */function urls_redirect( $location ) { if( !headers_sent() ) { header( "Location: $location" ); } else { ... 阅读全文
posted @ 2014-09-26 15:11 lsl8966 阅读(145) 评论(0) 推荐(0)