Vue.direvtive(‘color’,{
var num=(Math.random()*100000.toFixed(0)) el.style.background=’#’+num
}
)
随机变化颜色
最新推荐文章于 2025-03-22 15:21:19 发布
Vue.direvtive(‘color’,{
var num=(Math.random()*100000.toFixed(0)) el.style.background=’#’+num
}
)