使用a标签打开新窗口

使用a标签打开新窗口

a标签打开新窗口
只需要在a标签后面加 target=“_blank”

跳转到新窗口打开

扩展:a标签后面加 target=“_self” 是此窗口默认打开 (这个属性是默认的)

此窗口打开

你可能感兴趣的:(前端,web)