如何在同一个网页实现有的连接可打开一个新的网页,而有的连接可在本地网页的基础上打开另一个子页
在你的网页源代码里写上<a href="#.htm" target="_blank">###</a>这个是打开一个新的页面。<a href="#.htm" target="_self">###</a>这个是不在新窗口内打开。
在你的网页源代码里写上<a href="#.htm" target="_blank">###</a>这个是打开一个新的页面。<a href="#.htm" target="_self">###</a>这个是不在新窗口内打开。