imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

path 包含中文 转 url 无法使用 #123

Open imzyf opened 5 years ago

imzyf commented 5 years ago
    return URL(string: path.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) ?? "")