我在数据库中有一条记录,例如:
{"Name":"moon","Email":"night","User":"sun","Password":"earth","_id":"kpOBxczJlr2R5S68"}
如何提取此记录的 id 并将其存储在变量中?
我在数据库中有一条记录,例如:
{"Name":"moon","Email":"night","User":"sun","Password":"earth","_id":"kpOBxczJlr2R5S68"}
如何提取此记录的 id 并将其存储在变量中?