我正在尝试使用zen编码从文件名列表中创建一个大img
个标记列表,以使用我的文件名列表填充src
属性。
这是我拥有的以及我想用它做什么:
filenameA.jpg
someotherone.jpg
anotherimage.jpg
sample.jpg
Zen编码结果:
<img src="images/filenameA.jpg" />
<img src="images/someotherone.jpg" />
<img src="images/anotherimage.jpg" />
<img src="images/sample.jpg" />
我尝试用缩写包装列表:img[src=]
但我不知道这样做的正确方法。
感谢您的帮助:)
答案 0 :(得分:5)
试试这个缩写(适用于Zen Coding v0.7):
img[src=images/$#]*