Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
见标题。GDataElement 实例方法的返回值有什么区别:
-(NSString *) XMLString;
和
-(NSString *) stringValue;
XMLString 返回节点的原始字符串表示,stringValue 返回标签内的值,如
<tag>this is string value</tag>.