菜鸟教程小白 发表于 2022-12-13 15:31:00

ios - 如何获取 ALAsset 对象的物理路径


                                            <p><p>有没有办法把下面调用返回的asset url转成设备上的物理路径?</p>

<pre><code>NSURL *assetUrl = url];
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>没有办法。 (即使你有文件的路径,你的应用也无法读取文件,因为沙盒。)</p>

<p>获取 Assets 原始数据的唯一方法是 <code>ALAssetRepresentation</code> 中的 <code>getBytes:fromOffset:length:error:</code>。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何获取 ALAsset 对象的物理路径,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/11801513/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/11801513/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何获取 ALAsset 对象的物理路径