代码

来自DOLLARS
Lulala讨论 | 贡献2021年6月24日 (四) 19:54的版本 (建立内容为“ 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();