最佳答案
If I want to get a value from the NSString @"value:hello World:value"
, what should I use?
The return value I want is @"hello World"
.