testDB = new Godb('testDB'); console.log( 1,testDB.tables.configTable); if( !testDB.tables.stockTable){ console.log("不存在stockTable") stockTable = testDB.table('stockTable'); } testDB.tables 打印出来明明是json 对象 为啥这个判断不起效果呢