Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 211 Bytes

support.md

File metadata and controls

15 lines (10 loc) · 211 Bytes

辅助方法

\Flc\Alidayu\Support

1. 使用

<?php
use Flc\Alidayu\Support;

Support::jsonStr([...]);  // 格式化数组为json字符串

Support::randStr();  // 获取随机位数数字
?>