标签:html href lan 需要 col 不刷新 index targe a标签
a标签默认刷新本页面为最新页面
只需要给a标签加一个属性: target="_blank" 就可以在跳转的时候打开新的页面
< a href="index.html" target="_blank" >跳转打开一个新的页面(不刷新本页)</a>
标签:html href lan 需要 col 不刷新 index targe a标签
原文地址:https://www.cnblogs.com/PHP0222wangdong/p/11646113.html