let html = '<h1>Winter is coming</h1>'; let regular = /<[.h1]*>/; let result = html.match(regular);
关闭