请问怎么用for循环来做这个效果,这样一行行打太麻烦了,求解~
你可以把 size ,color,type,组合成一个对象啊,如json格式,
icon:[
{
size:20,
color:red,
type:success
}
]
这样一个循环就搞定了