就是把每一个值,都修改为“刘小龙”这个格式
下拉复选框编辑后事件:
$(".fr-tageditor-tag").each(function(){
$(this).css({"background-color":"white","border":"none","font-weight":"bold"})
})