On this page本页内容
ObjectId.
valueOf
()¶Returns the value of the ObjectId()
as a lowercase hexadecimal string. This value is the str
attribute of the ObjectId()
object.
The following example calls the valueOf()
method on an ObjectId()
:
This will return the following string:
You can confirm the type of this object using the following operation: