有没有办法将 mongodb 添加到 nativescript?

时间:2021-04-17 15:20:18

标签: mongodb nativescript

created: function() {
        fetch(
            "mongodb+srv://Vishnu:passwrd@cluster0.iv05o.mongodb.net/test"
        ).then(function(response) {
            response.json().then(function(json) {
                console.log("fetch completed");
                webstore.lesson = json;
            });
        });
    }

我试过这种方式,但每次运行它都显示空白

0 个答案:

没有答案