try catch

        try{
        }
        catch (e) {
            cc.error(e.message);
        }
能catch到异常,但还是卡死,感觉没啥用。而且catch不到异步代码里的异常
posted @ 2024-11-28 17:10  流星曳尾  阅读(7)  评论(0)    收藏  举报