When i try to parse xml containing email address say [email protected], it just shows "abc.com". How can i make it to show the complete email address. In other cases i ve removed some special charcters by using the following:-
string=[string stringByReplacingOccurrencesOfString:@"$" withString:@""];
但这里是指“@”及其特性。
感谢任何帮助。