gpt4 book ai didi

javascript - 无法读取 Jade 中未定义错误的属性

转载 作者:行者123 更新时间:2023-12-02 16:06:34 29 4
gpt4 key购买 nike

这是我的简单 Jade 脚本。

ul - users 中的每个用户
li #{user.username}
.

我会得到无法读取未定义的属性用户名的错误。

最佳答案

在我看来,格式是错误的,因此它不会正确解释脚本,应该看起来更像

ul
each user in users
li #{user.username}

关于javascript - 无法读取 Jade 中未定义错误的属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30671361/

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