include //標頭檔main(){time_t now; // 變數宣告time(&now); // 取得現在的 日期時間printf("%s",ctime(&now)); // 列印exit(0);} @ @ dragonfly_7252.
blog.xuite.net