Get's the current time --Examples print (os.date ("%x")) --> 25/04/07 print (os.date ("%c")) --> 25/04/07 10:10:05 print (os.date ("%A, ...
確定! 回上一頁