摘要: 基础知识变长参数实例public class ParamTest { public static void main(String[] args) { test("hello", "world", "this", "is", "hahaha"); } public s... 阅读全文
posted @ 2015-04-15 11:59 feilv 阅读(211) 评论(0) 推荐(0)