ios - 从 iOS Swift 中的 URL 中删除 "\"
<p><p>我正在尝试在 iOS Swift 应用程序中获取一些图像提要。但 Feed 网址有时会包含 <strong>"\"</strong>、<strong>"/"</strong>。
例如:</p>
<blockquote>
<p><a href="http://lionsports.net/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2014/11/16" rel="noreferrer noopener nofollow">http://lionsports.net/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2014/11/16</a>\ /mbb_DeVonteUpson_3.jpg</p>
</blockquote>
<p>我需要从“\/”中删除那个“\”。我怎样才能做到这一点?</p>
<p><em>注意:“\”和“/”之间没有空格,但我保留了它,因为此编辑器会自动删除“\”</em></p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p><strong>str</strong> - 认为这是您的 url 字符串</p>
<p><code>让 newStr = str.stringByReplacingOccurrencesOfString("\\/", withString: "/")</code></p></p>
<p style="font-size: 20px;">关于ios - 从 iOS Swift 中的 URL 中删除"\",我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/27717702/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/27717702/
</a>
</p>
页:
[1]