gpt4 book ai didi

html - Zen 从列表中编码 img src

转载 作者:搜寻专家 更新时间:2023-10-31 08:11:56 25 4
gpt4 key购买 nike

我正在尝试使用 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=]但我不知道这样做的正确方法。

感谢您的帮助:)

最佳答案

试试这个缩写(适用于 Zen Coding v0.7):

img[src=images/$#]*

关于html - Zen 从列表中编码 img src,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10001511/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com