摘要: ``` var product_name = ''; $("input[name='product']:checkbox").each(function () { if ($(this).is(":checked")) { product_name += $(this).attr('value') + ','; } }); product_name = product_name.substring 阅读全文
posted @ 2020-03-06 08:53 大雨大雨大雨 阅读(181) 评论(0) 推荐(0)