我想用这样的方式包装一个简单的链接文本:
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