所属分类:UI,输入-标签,自动完成
// tags_2 是指要删除的标签 $('#tags_2').attr('value').split(',').forEach(function(val) { $('#tags_2').removeTag(val) })