Android随机生成颜色值

来源:互联网 发布:xp禁止安装软件 编辑:程序博客网 时间:2024/06/15 16:37
        int currColor = (int) -(Math.random() * (16777216 - 1) + 1);
0 0
原创粉丝点击