在phpcms中,可以通过以下代码生成一个随机的5个字标题: ```php $title = mb_substr(str_shuffle('abcdefghijklmnopqrstuvwxyz'), 0, 5); echo $title; ``` 2024-01-29 0 0
搜索当前标签