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.
私はサーバーからこの応答を受け取っていますが、それを解析する方法と、定量化するための簡単な文字列がわかりません。
私が受け取っているもの「["はい"]」
私が欲しいもの@"はい"
疲れただけで簡単だと思います
NSString *stringToCheck = @"['Yes']"; NSString *value = [foo substringWithRange:NSMakeRange(2, [foo length] - 2 * 2)];
確認するのに適したソース:
nsstring の部分文字列を取得する方法
nsstring 内の検索