Swift 3中的字符串(contentsOfURL :)

时间:2016-08-22 21:49:52

标签: swift string swift3

以前的代码:

uint

现在抛出此错误:

if let resultOfURL = try? String(contentsOfURL:myURL!, encoding: String.Encoding.utf8) {

有任何帮助吗?非常感谢!!

1 个答案:

答案 0 :(得分:9)

根据the Swift 3 Migration Guide

  

用户可能需要手动将对String的调用(contentsOfURL:usedEncoding :)迁移到String(contentsOf:usedEncoding :)