相关疑难解决方法(0)

我怎样才能在javascript中使用return

我怎样才能在javascript中使用return

function hello1() {

    function hello2() {

        if (condition) {
            return; // How can I exit from hello1 function not hello2 ?
        }

    }

}
Run Code Online (Sandbox Code Playgroud)

javascript return function

7
推荐指数
1
解决办法
5715
查看次数

标签 统计

function ×1

javascript ×1

return ×1