如何在链接中包装文本



我想用这样的方式包装一个简单的链接文本:

http://google.de<a href="http://google.de">http://google.de</a>

我标记了链接并写了这个zen代码(emmet):

a[href=*]* 

但是链接的href属性设置不正确

<a href="*">http://google.de</a>.

您确定*的使用情况吗?

http://code.google.com/p/zen-coding/wiki/Actions

相关内容

  • 没有找到相关文章

最新更新