Skip to content

这个 判断不怎么起效果  #30

@wzskyline

Description

@wzskyline

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions