假设跳转一个页面:
$this->success($info, $taobao,5);
在模版*.html页面中
$message 我知道,就是 上面的 $info;
$waitSecond 就是上面 5
$jumpUrl 就是上面的 $taobao
这个 $msgTitle 这个在哪设置呢?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
可以这样操作:
查看源码
所以有两种方式:
临时对翻译赋值:
L('msgTitle','标题');修改翻译配置文件
参考手册