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.
我现在正在学习 mongoDB,为了推进我的项目,我希望能够更改数据字段中数据的位置。例如:
从
{"Student_No": "1", "Last_Name": "Jain", "First_Name": "Rohan"}
至
{"Student_No": "1", "First_Name": "Rohan", "Last_Name": "Jain"}
所以基本上我只想改变数据的位置如上图
感谢您提前提供任何帮助