0
点赞
收藏
分享

微信扫一扫

thinkphp

先峰老师 2022-05-19 阅读 104
• 参数带 /
$this->assign('imgsrc',urldecode($_GET['imgsrc']));
$this->redirect('index',array('imgsrc'=>urlencode($imgsrc)), 2, '页面跳转中...');
• if标签,非空判断
<if condition="empty($value) neq true">
******
******
</if>


举报

相关推荐

0 条评论