cfn/app/Services/RandBox.php
2025-06-17 13:19:33 +08:00

34 lines
520 B
PHP
Executable File

<?php
namespace App\Services;
class RandBox {
public function guojia()
{
$countries = [
"美国",
"日本",
"新加坡",
"韩国",
"台湾",
"香港",
"越南",
"阿根廷",
"俄罗斯",
"土耳其",
"",
"",
"",
"",
"",
"",
"",
"",
"",
];
}
}