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.
我正在开发与 iPhone 兼容的网页。我需要调出数字键盘,但要阻止该字段格式化输入。输入应该是由小数点分隔的三组数字 (##.##.##) 或由小数点分隔的四组数字 (##.##.##.##)。
type="number"
格式化输入,以便只允许一个句点。
type="tel"
在 iPad 上工作,但在 iPhone 上显示错误的键盘。
抱歉,如果这是一个简单的问题,我对 HTML 5 和 iPhone 开发都是新手。