猿问
在smarty的模板中怎么取cookie呢?
我在php代码中可以通过下面的方式取cookie:
$_COOKIE['qicloud_access_token']
但是在smarty的模板中怎么取cookie呢?
MMTTMM
浏览 576
回答 1
1回答
白板的微信
{* display the value of the cookie "username" ($_COOKIE['username']) *} {$smarty.cookies.username}
0
0
0
随时随地看视频
慕课网APP
我要回答