重写父类的description方法 注:当使用%@打印一个对象的时候会调用这个方法 - (NSString *)description{ NSString *string = @"woaini"; return string; }