JS中设置input的type="radio"默认选中

html:

<input />女

js:

  $("#Radio1").prop('checked', true);//radio默认选中