vuecabulary
vuecabulary copied to clipboard
这个 判断不怎么起效果
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 对象 为啥这个判断不起效果呢
stockTable = testDB.table('stockTable'); 这一行才会创建 stockTable