NSURL 从字符串中获取值
我将以下字符串传递给 [NSURL URLWithString:]
并返回 nil
。
我没有看到字符串有什么问题?
/Users/danny/Library/Application Support/iPhone Simulator/4.3.2/Applications/A7C18F62-6ED3-4193-993B-D724ADA4D292/fantasy.app/common/files/file1/movies/demo1.mov
我错了吗?
谢谢
I have the following string that I am passing into [NSURL URLWithString:]
and getting nil
back.
I do not see anything wrong with the string??
/Users/danny/Library/Application Support/iPhone Simulator/4.3.2/Applications/A7C18F62-6ED3-4193-993B-D724ADA4D292/fantasy.app/common/files/file1/movies/demo1.mov
Am I mistaken?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 +fileURLWithPath: 方法,它应该做你想要的。
Try the +fileURLWithPath: method, it should do what you want.
用这个
use this