打开HTML字符串
let myWindow = window.open('', '', 'width:100%,height:100%');
myWindow.document.write(info); // info 为 html 的字符串
myWindow.focus();let myWindow = window.open('', '', 'width:100%,height:100%');
myWindow.document.write(info); // info 为 html 的字符串
myWindow.focus();