Liquid 中的 Print_r 等效项
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊终于到了!不完全是 print_r,但足够接近以查看可用的内容。这会以 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.