?? te.java
字號:
package login;
import java.util.Date;
public class te {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
Date d = new Date();
String i="i";
switch(d.getDay()){
case 0:i="日";break;
case 1:i="一";break;
case 2:i="二";break;
case 3:i="三";break;
case 4:i="四";break;
case 5:i="五";break;
case 6:i="六";break;
}
System.out.print(i);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -