看起來 很 高冷的
Assigning to 'NSAttributedString * _Nullable' from incompatible type 'void'
self.cityTextView.attributedText = [self.resultCityStr appendAttributedString: self.tempCityStr];
- (void)appendAttributedString:(NSAttributedString *)attrString;
這個方法 沒有 返回值稠腊。