alert($("input[name='inputTest']").get(1).value);. 根据name取值:; $("input[name='mobile']").val(); 根据id取值: $("#mobile_reg_form").html() ...
確定! 回上一頁