开发者

Iphone code and android

开发者_开发知识库        item = [[NSMutableDictionary alloc] init];
    [[self item] setObject:self.currentDay forKey:@"day"];

This is the code for iphone wat is its equivalent in java


Map<String, Object> item = new HashMap<String, Object>();
item.put( "day", currentDay );
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜