标签: html5 validation
我需要添加" 0"作为超出最大/最小范围的允许值:
<input type="number" min="70" max="94" value="0" required>
我尽量避免使用JavaScript。