代码

来自DOLLARS
跳转到导航 跳转到搜索
Time = () =>{ 
 const H="";
 const M="";
 mydate=new Date();
 H = mydate.getHours();
 M = mydate.getMinutes();
 drrr.print("/me"+H+":"+M);
 }

Time();