<form>
<div class="control input-field">
<input id="timer-input" type="number">
<label for="timer-input">Hours</label> />\
</hr>/input>>\
<hr>\
<label for="time_picker">This is time picker:</label>\
<input type="time" id="time_picker" />\
</hr>\
</div>
上面写着/ input >> \的部分是我遇到问题的部分。
答案 0 :(得分:0)
清理干净
<form>
<div class="control input-field">
<input id="timer-input" type="number">
<label for="timer-input">Hours</label>
</hr>
<hr>
<label for="time_picker">This is time picker:</label>
<input type="time" id="time_picker" />
</hr>
</div>
不确定其他东西是什么。希望这会有所帮助。