NSURL

  • 父类是NSObject
  • 统一资源定位符类

NSURL常用方法

// 根据字符串创建NSURL
+ (nullable instancetype)URLWithString:(NSString *)URLString;

你可能感兴趣的:(NSURL)