代碼

出自DOLLARS
跳至導覽 跳至搜尋
Time = () =>{ 
 const H="";
 const M="";
 mydate=new Date();
 H = mydate.getHours();
 M = mydate.getMinutes();
 drrr.print("/me"+H+":"+M);
 }

Time();