摘要:
一、函数 1.静态函数只能调用静态函数,所谓静态函数,指的是函数名中有“static”这个关键字 如: public static void mian(String args[]) { int c=add1(3,4); } public static int add1(int a,int b) { 阅读全文
posted @ 2017-04-08 21:13
Aftersoon_sun
阅读(161)
评论(0)
推荐(0)
浙公网安备 33010602011771号