JS获取当前日期字符串

  function getDate() { var date = new Date(); var month = date.getMonth() + 1; var strDate = date.getDate(); if (month >= 1 && month <= 9) { month
相关文章
相关标签/搜索