jquery 清空页面中radio选项

$("input").filter(":radio").removeAttr("checked");

原文地址:https://www.cnblogs.com/bingrong/p/4629703.html