使用Decodable Swift 4协议

时间:2017-09-26 12:21:34

标签: ios url swift4 codable decodable

我从服务器收到这个url字符串:

{
   "image":"http:\/\/site.se\/wp-content\/uploads\/2012\/09\/Hidl\u00f8gsma.jpg"
}

值为:

http://site.se/wp-content/uploads/2012/09/Hidløgsma.jpg

使用Swift 4 Decodable协议失败,错误:

  

无效的网址字符串。

有没有办法让它与上面的字符串一起使用?

0 个答案:

没有答案