8 lines
72 B
PHP
8 lines
72 B
PHP
<?php
|
|
/**
|
|
* 中文默认留空
|
|
*/
|
|
return [
|
|
'Hello'=> '你好',
|
|
];
|