item.meta.title.replaceAll is not a functionjs使用replaceAll报错 原因: 谷歌浏览器版本太低了 解决办法:查看MDN文档,发现chrome在85版本replaceAll()才可用。升级浏览器版本或是换成replace方法。