5 lines
74 B
PHP
Executable file
5 lines
74 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'error' => '你至少选择一个选项。'
|
|
);
|