x
 
<!DOCTYPE html>
<html>
<body>
<p>
根据浏览器支持:<br>
当您填写输入字段时会弹出日期选择器。
</p>
<form action="/demo/demo_form.asp">
  生日(月和年):
  <input type="month" name="bdaymonth">
  <input type="submit">
</form>
<p><b>注释:</b>Firefox 或者
Internet Explorer 11 以及更早版本不支持 type="month"。</p>
</body>
</html>