第一個博客,就從helloworld開始吧
直接擼代碼
1 package com.baiyan1234.demo; 2 3 /** 4 * 測驗 5 * @author Administrator 6 * 7 */ 8 public class HelloWorld { 9 10 public static void main(String[] args) { 11 System.out.println("Hello World,你好!"); 12 } 13 }
運行的結果:

這是用的idea開發工具,也是目前最火的一個開發工具,
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/213731.html
標籤:Java
上一篇:微信支付模式二java
