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.
我需要更改Safari 浏览"no file selected" to "No file selected"器。它在 chrome 和 Firefox 中很好用。如何解决这个问题。请看我的截图。 .
"no file selected" to "No file selected"
如果它没有损坏,请不要修复。
这里没有什么需要解决的。它按设计工作:控件显示浏览器供应商的意图以及该浏览器的用户期望什么。 用他们喜欢的语言。 不要试图弄乱它。HTML 不是给你你想要的,而是给你用户需要的。到目前为止,CSS 也只能为您提供帮助。
您可以使用客户端脚本隐藏控件并基于它构建您自己的控件。但我强烈建议不要这样做,因为它可能无法可靠地工作,如果有的话。我试过了。
那么你还必须做 i18n——你会说所有目标用户的首选语言吗?