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;
});
}catch (e){
handsome_util.settingError("外观设置————开发者设置——自定义js");
console.error(e);
}
-->
5 条评论
每个标点都承载着思考的重量。
?情感共鸣类?
字里行间流露出真挚的情感,让人感同身受,共鸣不已。
文章结构紧凑,层次分明,逻辑严密,让人一读即懂。
作者的才华横溢,让这篇文章成为了一篇不可多得的艺术品。