console.log,前端常用它来调试分析代码,你可以在任何的js代码中调用console.log(), ... function fun(){ return 'abc'; } var result = fun(); ...
確定! 回上一頁