/** * @author troy(J2EE) * @version 1.0 1995年的3月23日 */ public class Test extends TestFather { public static void main(String[] args){ for(char i='0';i<='9';i++){ System.out.println((int)i); } } }
4.9w+
社区成员
8.5w+
社区内容