代码:修订间差异

来自DOLLARS
跳转到导航 跳转到搜索
(建立内容为“ Time = () =>{ const H=""; const M=""; mydate=new Date(); H = mydate.getHours(); M = mydate.getMinutes(); drrr.print("/me"+H+":"+M); } Time();”的新页面)
标签2017年版源代码编辑
 
(没有差异)

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();