欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

smarty獲得當(dāng)前url的方法分享

 更新時(shí)間:2014年02月14日 10:04:44   作者:  
這篇文章主要介紹了smarty獲得當(dāng)前url的方法,需要的朋友可以參考下

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

注釋:

復(fù)制代碼 代碼如下:

{$smarty.server.SERVER_NAME}//表示:服務(wù)器名稱
{$smarty.server.REQUEST_URI}// 表示:請(qǐng)求的url


例如:http://www.dbjr.com.cn/sysaction/getUserInfo.php
復(fù)制代碼 代碼如下:

{$smarty.server.SERVER_NAME} //表示:http://www.dbjr.com.cn
{$smarty.server.REQUEST_URI}// 表示:/sysaction/getUserInfo.php

相關(guān)文章

最新評(píng)論