1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

docs(string-methods): add replaceAll()

This commit is contained in:
ruanyf 2020-10-27 22:56:35 +08:00
parent 356b0db1b0
commit 492fb25238

View File

@ -243,8 +243,8 @@ function li_create_linkage(li_tag, header_level) {
}
function create_banner(element) {
// 2020年12月1日
var deadline = new Date(2020, 11, 1);
// 2020年11月1日
var deadline = new Date(2020, 10, 1);
if (deadline - (new Date()) < 0) return;
var styleStr = [