摘要: Q:js取得单选框radio的值? A:①$('input:radio:checked').val() A: ②$("input[name=firstCheck]:checked").val() 记录一下具体的下拉框样子,省的敲了: <input type="radio" name="firstCh 阅读全文
posted @ 2019-04-23 10:03 淘来的星湖 阅读(150) 评论(0) 推荐(0)