Example: os.date lua --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 ...
確定! 回上一頁