本地化的配置文件 aaa.php:
<?php return [
'name' => 'abcdef',
'info' => '识别到:name',
];
使用trans(aaa.info)时能否获取到同一个配置文件中的其他key值然后传回来按以上写法得到的只是 '识别到:name' 想得到 '识别到abcdef'的话怎么写 还是说只能在info里写死 或者调用trans()的时候传进来变量
1 回答
- 1 回答
- 0 关注
- 964 浏览
添加回答
举报
0/150
提交
取消