看起来 很 高冷的
Assigning to 'NSAttributedString * _Nullable' from incompatible type 'void'
self.cityTextView.attributedText = [self.resultCityStr appendAttributedString: self.tempCityStr];
- (void)appendAttributedString:(NSAttributedString *)attrString;
这个方法 没有 返回值。