编辑个人资料
的跟帖
  • @implementation NSString(CSString)

    -(BOOL)isURL{

      return [self hasPrefix@”http://”];

    }

    @end