语法:window.open([URL], [窗口名称], [参数字符串])

    1. window.open(
    2. 'https://www.lubo.world',
    3. "_blank",
    4. "top=150,left=500,width=768,height=500,menubar=no,toolbar=no"
    5. )

    相关参数:
    window.open.jpg

    参考链接:https://www.jianshu.com/p/bc49613270e9