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.
iOS 或 OS X 上的文件名中哪些字符是非法的?
例如,字符“/”是非法的。我需要删除所有这些,只有它们。
HFS 文件系统上的非法字符:
:
/
\0
它与任何 *nix 文件系统相同。请参阅这篇文章:应限制 Unix 文件名中的哪些字符?