1.出现错误 'URLWithString' is unavailable: use object construction 'NSURL(string:)'
使用构造函数,而不是类方法创建url
NSURL.URLWithString("xxx")改成NSURL(string:"xxx")