hehexu

博客园 首页 新随笔 联系 订阅 管理

2018年2月8日 #

摘要: function path(){ $path=explode("/",$_SERVER['REQUEST_URI']); unset($path[(count($path)-1)]); $path=implode("/",$path); return $path;}function r($targe 阅读全文
posted @ 2018-02-08 00:05 hehexu 阅读(325) 评论(0) 推荐(0) 编辑