Home >php教程 >php手册 >smarty获得当前url的方法分享

smarty获得当前url的方法分享

WBOY
WBOYOriginal
2016-06-06 20:25:031349browse

这篇文章主要介绍了smarty获得当前url的方法,需要的朋友可以参考下

{$smarty.server.SERVER_NAME}/{$smarty.server.REQUEST_URI}

注释:

复制代码 代码如下:


{$smarty.server.SERVER_NAME}//表示:服务器名称
{$smarty.server.REQUEST_URI}// 表示:请求的url



例如:

复制代码 代码如下:


{$smarty.server.SERVER_NAME} //表示:
{$smarty.server.REQUEST_URI}// 表示:/sysaction/getUserInfo.php

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn