如果您看到这篇文章,表示您的 blog 已经安装成功.
如果您看到这篇文章
如果您看到这篇文章
如果您看到这篇文章
如果您看到这篇文章
内容 1
内容 2
12212
这里编辑收缩框内容
- 列表项目
- 列表项目
- 列表项目
let tags = document.querySelectorAll("#tag_cloud-2 a");
let infos = document.querySelectorAll(".badge");
let colorArr = ["#428BCA", "#AEDCAE", "#ECA9A7", "#DA99FF", "#FFB380", "#D9B999"];
tags.forEach(tag => {
tagsColor = colorArr[Math.floor(Math.random() * colorArr.length)];
tag.style.backgroundColor = tagsColor;
});
infos.forEach(info => {
infosColor = colorArr[Math.floor(Math.random() * colorArr.length)];
info.style.backgroundColor = infosColor;
});
````
2 条评论
测试
欢迎加入 Typecho 大家族