标签: javascript wordpress
在不同的答案和文件上传代码示例中使用id来获取这样的附件。
attachment = wp.media.attachment( id );
但我需要通过 url 而不是ID来实现。 有方法吗?