要是能显示出中文就好了
在HTML页面中输入一个<a 右面会显示出以下
a: W3C HTML 4.01-Link
Specifies either a hyperlink or a target for a hyperlink.
备注
An anchor can define either a hyperlink, including an email address, a target for a hyperlink, or
both.
示例
Hyperlink example
This example shows a hyperlink to an external web site that will open in a new browser window:
<a href='http://www.dcloud.net.cn/' target='_blank'>HBuilder's web site</a>
Email example
This example shows an email hyperlink that will create a new email to be sent to the 'mailto:'
address:
<a href='mailto:service@dcloud.io'>HBuilder Service</a>
Target example
This example shows an anchor that is set up to be a target for a hyperlink:
<a href='mailto:service@dcloud.io'>HBuilder Service</a>
1 个回复
Trust - 少说废话
这些提示信息均来自相应的官方文档,原文即是英文版的。