NSArray *words = @[@"list", @"of", @"words", @123, @3.14];NSDictionary *d = @{ @"key": @"value" };參考資料...
請先 登入 以發表留言。