Liquid 中的 Print_r 等效项

发布于 2024-11-10 14:11:01 字数 152 浏览 5 评论 0原文

在 Liquid 中,如何找出集合包含的所有值?是否有 print_r 函数或类似函数?

下面的示例将返回项目标题,但我想知道项目还包含哪些其他变量。

item.title

谢谢。

In Liquid, how can I find out all the values that a collection contains? Is there a print_r function or similar?

The example below will return the item title, but I would like to know what other variables item also holds.

item.title

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雅心素梦 2024-11-17 14:11:02

啊终于到了!不完全是 print_r,但足够接近以查看可用的内容。这会以 JSON 格式打印出属性,以便您可以看到其中的内容。

{{item | json}}

Ah got there in the end! Not quite a print_r, but near enough to see whats available. This prints out the properties in JSON format, so you can see whats in there.

{{item | json}}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文