楊盛閎,HTML.STYLE.CSS
楊盛閎學習心得
我愛學習程式語言,我才上過二次課程,竟學過HTML,CSS,JavaScript與Java。
public class Main { public static void main(String[] args) { String s = "德明科大楊盛閎"; //註解:定義字串變數s int t; //定義一個正數變數t t = s.length(); //賦予值=s的長度,方法length() System.out.println("楊盛閎W3schools學習Java"); System.out.println(s); System.out.println(t); } }
放入pre
回覆刪除