摘要:
(一)通过ID var millisecond2 = document.getElementById("set-time"); // get tag element 取值 var millisecond = millisecond2.innerHTML; 赋值 millisecond2.innerH 阅读全文
摘要:
(一)java 后端 public String getContentAjax(HttpServletResponse response) throws ParseException, IOException { //获得当前时间 Date date = new Date(); // long st 阅读全文