... select> <select value={months[getMonth(date)]} onChange={({ target: { value } }) => changeMonth(months.indexOf(value)) } > {months.map((option) => ( <option ...
確定! 回上一頁