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.
我正在使用 azure 查看节点中的代码
.where('Key eq ?', key1)
我想知道什么是“?” 意思是 .. 我知道 eq 是相等的
这 ?是接下来传递的参数的占位符。key1在这种情况下。
key1