一般链接
一般最简单链接形式
<a href="http://feellikelearning.com">Feel Like Learning</a>
点击会在当前窗口跳转
在新窗口中打开的超级链接
只需增加target="_blank"属性
<a href="http://feellikelearning.com" target="_blank">Feel Like Learning</a>
点击在新窗口中打开。
小提示
普通的链接用鼠标中键点击,会在新窗口中打开。
Sunday, Dec 4, 2022 | 1 minute read | Updated at Sunday, Dec 4, 2022
一般最简单链接形式
<a href="http://feellikelearning.com">Feel Like Learning</a>
点击会在当前窗口跳转
只需增加target="_blank"属性
<a href="http://feellikelearning.com" target="_blank">Feel Like Learning</a>
点击在新窗口中打开。
普通的链接用鼠标中键点击,会在新窗口中打开。