我想在帖子的附件中获取图像的纯 url。当 wp_get_attachment_image 给我这样的代码时<img src="" ... height="" width="" title="" alt="" />
问问题
34 次
1 回答
2
您可以改用wp_get_attachment_image_src。它返回一个包含 src、height 和 width 属性的数组。
于 2012-09-02T11:01:37.517 回答