代碼

出自DOLLARS
於 2021年6月24日 (四) 19:54 由 Lulala留言 | 貢獻 所做的修訂 (建立内容为“ Time = () =>{ const H=""; const M=""; mydate=new Date(); H = mydate.getHours(); M = mydate.getMinutes(); drrr.print("/me"+H+":"+M); } Time();”的新页面)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳至導覽 跳至搜尋
Time = () =>{ 
 const H="";
 const M="";
 mydate=new Date();
 H = mydate.getHours();
 M = mydate.getMinutes();
 drrr.print("/me"+H+":"+M);
 }

Time();