Chrome控制台调用GetLunarDateString(new Date());输出显示乱码,请问怎么修改编码格式(chrome 的编码已经是utf-8,目测是从data.js中读取数据没有按照utf-8读取)
页面上head里加上<meta chaset="utf-8">