原本class Date 有一個函數parse(String s) 可以把String 轉成毫秒數。但是從JDK 1.1 開始,由DateFormat.parse(String s) 取代。 // java.lang.String -- ...
確定! 回上一頁