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.
所以我使用 HTML 的默认时间选择器
<input type="time" />
现在我的问题是在某些系统中它以 12HR 格式出现,而在某些系统中以 24HR 格式出现。
有什么解决方案可以让我将其修复为 12HR 格式吗?