**已关闭。**此问题为not reproducible or was caused by typos。目前不接受答案。
这个问题是由一个打字错误或一个无法再重现的问题引起的。虽然类似的问题在这里可能是on-topic,但这个问题的解决方式不太可能帮助未来的读者。
2天前关闭。
Improve this question
这是我的html
<input class="text-bold form-control input-sm decimal amount-to-words deno-disabled"
data-trrigger-deno-modal-name="DenoUcModal1"
name="ctl00$FormContentPlaceholder$AmountInputControl$AmountTextBox"
type="text" value="3000" id="AmountTextBox"
>
为什么值(值=“3000”)未显示在AmountTextbox内
我知道在该框中显示所需数字的其他方法。我只需要知道为什么当值为value=“Something”时不显示该值
1条答案
按热度按时间ubof19bj1#
显示此值可能是因为类具有某些样式而无法显示请尝试删除类,如input-sm decimal amount-to-words deno-disabled