Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 208 Bytes

File metadata and controls

12 lines (12 loc) · 208 Bytes

基础

包名

  • 公司名.项目名.模块名

快捷字符

  • main函数:psvm
  • 输出函数:sout

类型

  • 整型 int
  • 双精度 double
  • 字符型 char
  • 字符串 String
  • 常量 final 类型