const myObjectId = ObjectId("507c7f79bcf86cd7994f6c0e") const myObjectIdString = myObjectId.toString()
myObjectId的大小是12字节,那么myObjectIdString的大小呢?
myObjectId
myObjectIdString
omhiaaxx1#
这个ObjectId是一个24个字符的十六进制字符串表示,当它被表示为字符串时,它是24个字节。
1条答案
按热度按时间omhiaaxx1#
这个ObjectId是一个24个字符的十六进制字符串表示,当它被表示为字符串时,它是24个字节。