不能使用 CSS,但我们可以通过将 input 的 type="text" 更改为 type="url" 或使用 autocapitalize="off" 来强制不首字母大写来稍微改进它。
input
type="text"
type="url"
autocapitalize="off"