The explanation of the problem is not very clear but if you want to display a value from database you can disable the input field and display a value in it with the value=
(问题的解释不是很清楚,但是如果您要显示数据库中的值,则可以禁用输入字段,并使用value=
在其中显示value=
)
Here an example:(这里是一个例子:)
<form>
<input type="time" name="time" value="09:30" disabled><br>
</form>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…