日期(Linux): TODAY=`date +%Y%m%d` YESTERDAY=`date -d'-1 day' +%Y%m%d` LAST_MONTH=`date -d'-1 month' ... PS. gnu date 才有這些特異功能.
確定! 回上一頁