题目1 求html文档出现次数最多的标签
题目2 写一个模板替换函数template
var complied = template("welcome to <%= location %>!"); console.log(complied({"location":"CVTE"}));=>welcome to cvte