2 回答
XhstormR
TA贡献140条经验 获得超197个赞
public class Test { public static void main(String[] args) { /* 多行注释 int math1 = 120; int math2 = 120; int math3 = 120; */ //System.out.println(math); 单行注释 } }
这样你应该看的懂吧,望采纳。
添加回答
举报
0/150
提交
取消