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.
以下完美适用于 Chrome 而不是 Mozilla Firefox (23.0.1)
@Html.TextBoxFor(model => model.EndTime, new { type = "time"})
有什么技巧可以让它在 Firefox 中工作。否则,可能的解决方案是什么。
请参考以下链接,
http://www.miketaylr.com/code/input-type-attr.html
仅供参考:如果textbox是红色,则该特定浏览器不支持该类型。
textbox