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.
複数の文字列が含まれている文字列があり"、これは@""もちろん、xcode はこれを@". @""同じことを行うために使用できる代替手段はありますか?
"
@""
@"
エスケープ文字で行われます。@"My name is \"Someone\". Blabla.";
@"My name is \"Someone\". Blabla.";