其他分享
首页 > 其他分享> > Day04|注释及标识符

Day04|注释及标识符

作者:互联网

注释

#不会影响程序运行
#单行注释 //
#多行注释 /*+内容*/
#文档注释 /**
*
*/

标识符

关键字

abstract assert boolean break byte
case catch char class const
continue default do double else
enum extends final finally float
for goto if implements import
instanceof int interface long native
new package private protected public
return strictfp short static super
switch synchronized this throw throws
transient try void volatile while

标签:字符,下划线,字母,Day04,注释,关键字,标识符
来源: https://www.cnblogs.com/CeCilia6/p/16052993.html