没有个人说明
柒比贰(7B2) 第 6007 号会员,加入于 2020-02-06 23:31:05
@implementation NSString(CSString)
-(BOOL)isURL{
return [self hasPrefix@”http://”];
}
@end