NSURL 从字符串中获取值

发布于 2024-12-07 01:16:45 字数 312 浏览 0 评论 0原文

我将以下字符串传递给 [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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

肤浅与狂妄 2024-12-14 01:16:45

尝试 +fileURLWithPath: 方法,它应该做你想要的。

Try the +fileURLWithPath: method, it should do what you want.

只是我以为 2024-12-14 01:16:45

用这个

NSURL *url = [NSURL fileURLWithPath:yourString]

use this

NSURL *url = [NSURL fileURLWithPath:yourString]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文