vuecabulary icon indicating copy to clipboard operation
vuecabulary copied to clipboard

这个 判断不怎么起效果

Open wzskyline opened this issue 4 years ago • 1 comments
trafficstars

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

wzskyline avatar Sep 22 '21 09:09 wzskyline

stockTable = testDB.table('stockTable'); 这一行才会创建 stockTable

chenstarx avatar Sep 22 '21 17:09 chenstarx