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.
这是一个小问题,但尽管如此.. 是否有人选择了该节点的process.argv$从传递给 shell 的字符串中删除符号,
$
例子:
mycommand 'mystring: { $exists: true }'
输出:
[ 'node', '/usr/local/bin/mycommand', 'mystring: { : true }' ]
如您所见,连同$消失的单词exists,这是正常行为吗?
exists