the output of function print
Completed
when I run the code: print(1,2,3)
the output is : 1, 2, 3
but in the mongo shell, the output is : 1 2 3
how can I remove the comma, thx
when I run the code: print(1,2,3)
the output is : 1, 2, 3
but in the mongo shell, the output is : 1 2 3
how can I remove the comma, thx
It's bug. We will fix it in the next release.
As a work around solution, you can use console.log
It's bug. We will fix it in the next release.
As a work around solution, you can use console.log
It works, thx
多谢
It works, thx
多谢
fixed in version 4.7.0
fixed in version 4.7.0
Replies have been locked on this page!