Note compatible with ie8

1. window.open (url, '_ blank' )
requires the use of separate:

let newWindow=window.open('_blank');
newWindow.location=url;

Guess you like

Origin blog.csdn.net/sinat_38783046/article/details/89326239