java学习基础篇笔记1-----“hellowworld”

    科技2024-11-24  22

    显示hellowworld

    package sa.contacts; public class hellowworld{ public static void main(String[] args){ System.out.println("Hello World!"); } }

    注意:println和print的区别是,println打印了之后自动换行,而print打印后不换行

    Processed: 0.015, SQL: 8