db.collection('xxx').doc('xxxid').get() 上面如果 xxxid 不存在,会抛错: {"errCode":-1,"errMsg":"document.get:fail document with _id xxxid does not exist; at document.get api; "}} 请问正确判断doc是否存在正确方式是什么?