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.
我有一个 NSURL。 它是文件://localhost/Users/Me/File.xml
我想要一个 /Users/Me/File.xml 的 NSString
我可以使用一些不错的功能来执行此操作吗?
NSURL路径方法听起来像你想要的。