摘要: 1. NSLog(@"数字N N的平方"); NSLog(@"--------------------"); for (int n = 1; n <= 10; n++) { NSLog(@"%2d ... 阅读全文
posted @ 2014-09-28 00:03 MingMing-King 阅读(2285) 评论(2) 推荐(0) 编辑