Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以这样的方式包装一个简单的链接文本:
http://google.de&rarr;<a href="http://google.de">http://google.de</a>
http://google.de
<a href="http://google.de">http://google.de</a>
我标记了链接并编写了这个禅宗代码(emmet):
a[href=*]*
但是href链接的属性设置不正确
href
<a href="*">http://google.de</a>.
你确定*使用吗?
*
http://code.google.com/p/zen-coding/wiki/Actions
它似乎没有用于你想要的。