js中怎么获取系统当前时间 格式 yyyySimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss") String time= sdf.format( newDate()) 这个字2023-03-22JavaScript300