const myDate =new Date(); const Y = myDate.getFullYear(); const M = myDate.getMonth()+1; const D = myDate.getDate(); const curDay = Y + '-'+ M + '-' + Read More
posted @ 2021-12-30 21:11 Li_ll Views(806) Comments(1) Diggs(0) Edit