0
鑑於這樣的功能:如何使用NSString方法返回一個字符串?
- (NSString *) changemystringsomehow
{
// do something to the string/check the string
return ?;
}
我怎麼會用這個在其他功能得到「改變」字符串返回?
鑑於這樣的功能:如何使用NSString方法返回一個字符串?
- (NSString *) changemystringsomehow
{
// do something to the string/check the string
return ?;
}
我怎麼會用這個在其他功能得到「改變」字符串返回?
那麼,閱讀他們說的*手冊。我發現文件有時難以理解,但我給了它一個鏡頭。我找到了答案,並學會了如何製作一個類別。