摘要: 1. public class T{ public static void main (String[] args){ System.out.println("5+5="+5+5); } } 2.(a++是先使用后自增, ++a是先自增后使用 ) (1) public class G{ public 阅读全文
posted @ 2017-10-02 11:10 GJ77 阅读(197) 评论(1) 推荐(0)