首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
day1
day1
it
2023-08-18
68
//注释:单行注释 /…/:多行注释 /**…*/:文档注释
演示:
/** * * */ public class Java1 {
public static void main (String args[]){ //下面一行代码的作用是输出helloworld System.out.println( "helloworld" ); /* * */ }
}
转载请注明原文地址: https://lol.8miu.com/read-8222.html
最新回复
(
0
)