解决方法: 给iframe地址增加一个随机变量值,增加name属性,如 const id = Date.now(); return `<iframe src="xx.html?id=${id}" name="${id}" />`