欢迎访问我的独立博客
摘要: 阅读全文
posted @ 2015-02-06 14:25 github.com/starRTC 阅读(199) 评论(0) 推荐(0)
摘要: 修饰符,可选,用于指定谁有权限访问此方法。返回值类型,必选,用于指定该方法的返回值数据类型;如果该方法没有返回值,则要用关键字 void 进行标示。方法的返回值只能有一个。参数列表,可以有0到多个,多个参数之间要用逗号隔开,参数的写法形如:String[] args, int age 这样。方法名,... 阅读全文
posted @ 2015-02-06 10:47 github.com/starRTC 阅读(348) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-02-06 10:32 github.com/starRTC 阅读(209) 评论(0) 推荐(0)