formDate(day){ var str = day; var newstr=””; newstr=str.split(“/“); str=newstr[0]+”年”+newstr[1]+”月”+newstr[2]+”日”; return str },