Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在咖啡脚本中,以下代码都是合法的
富(a:b,d) 富({a:b},dx) 富(a:b,(dx))
富(a:b,d)
富({a:b},dx)
富(a:b,(dx))
但不知为何
富(a:b,dx)
是非法的。我认为这一定是因为这里有一个我没有看到的模棱两可的地方,或者是口译员过于警惕。
原来这是一个先前报告的咖啡脚本错误