如何在pugjs中的if语句中迭代对象“ item”?如果不存在sameCount,我想跳过给定的“项目”(如果跳过此循环,我将执行其他功能。
each item in testResultData
if !item.identicalCount
//need to iterate to next object "item" in testResultData here...
关于此,我一直未能在stackOverflow或pugjs.org上找到文档或对此的答案。