IE浏览器存在严重问题。 对于Firefox和Chrome浏览器,一切正常。
let currentDateFormat = clone.beginDate.format('dddd DD'),
$thead = $(`table#${week}`).find('thead');
clone.strDay += `<td id="${currentDateFormat.replace(/ /g, '')}"></td>`
$thead.find(`tr:nth-child(2) th:nth-child(${child})`).text(currentDateFormat);
child += 1;
我已经看到了解决方案,但是它对我不起作用。
->`
成为:
\“