Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我想在我的 Web 应用程序中为输入文本框预设数字键盘,以便在 iPhone 中查看移动页面。
假设你的意思是“我的网络应用程序”的 HTML/CSS/JS ......
只需将输入的类型设置为number.
number
<input type="number" value="0" placeholder="Only numbers here!" />