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.
默认情况下,WebStorm 以 utf-8 编码创建文件,但没有 BOM。如何在我的文件中添加 BOM 标签?
根据 Unicode 规范:
UTF-8 既不需要也不推荐使用 BOM(第 2.6 章)
有一个相关的请求和论坛讨论,随时在那里发表评论。