jquery 获得多选框的值
$('input[name="aihao"]:checked').each(function(){
str +=$(this).val()+',';
selecthtml +='<label>'+ $(this).parent().text()+'</label>';
});
$('input[name="aihao"]:checked').each(function(){
str +=$(this).val()+',';
selecthtml +='<label>'+ $(this).parent().text()+'</label>';
});