mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 02:02:21 +00:00
docs(string-methods): add replaceAll()
This commit is contained in:
parent
356b0db1b0
commit
492fb25238
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user