热门标签
更多>
搜索结果
查询Tags标签: 颜色代码,共有 2条记录-
PHP 随机生成十六进制颜色代码
function xmsb_randomColor() {$strList = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F];$finalColor = #;for($i = 0; $i < 6; $i ++){$finalColor .= $strList[array_rand($strList)];}return $finalColor; }
2021/8/28 17:36:13 人评论 次浏览 -
PHP 随机生成十六进制颜色代码
function xmsb_randomColor() {$strList = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F];$finalColor = #;for($i = 0; $i < 6; $i ++){$finalColor .= $strList[array_rand($strList)];}return $finalColor; }
2021/8/28 17:36:13 人评论 次浏览