码迷,mamicode.com
首页 > 其他好文 > 详细

golang:bson.ObjectId与string转化

时间:2019-01-02 01:15:53      阅读:340      评论:0      收藏:0      [点我收藏+]

标签:pre   ber   pretty   str   ash   ola   lang   print   code   

网上资料不好搜,记下来:
两个变量:
id bson.ObjectId
str string

  • bson.ObjectId—>string

     id.Hex()
  • string—>bson.ObjectId

     bson.ObjectIdHex(str)

golang:bson.ObjectId与string转化

标签:pre   ber   pretty   str   ash   ola   lang   print   code   

原文地址:https://www.cnblogs.com/dfsxh/p/10206601.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!