菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年7月5日 #

2023.7.5

摘要: 1 //2023.7.5 周三 2 public static void main(String[] args) 3 { 4 //字符串连接符 + 5 int a = 10; 6 int b = 20; 7 System.out.println(""+a+b);//输出:1020 8 System. 阅读全文

posted @ 2023-07-05 21:06 hhmzd233 阅读(28) 评论(0) 推荐(0)