import bson
bson_file = open(‘test.bson’,’rb’)
bson_data = bson.loads(bson_file.read())
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/178943.html原文链接:https://javaforall.net
python如何打开bson文件importbsonbs file open test bson rb bson data bson loads bson file read
import bson
bson_file = open(‘test.bson’,’rb’)
bson_data = bson.loads(bson_file.read())
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/178943.html原文链接:https://javaforall.net