... you can run javascript in strict mode by using “use strict” on top of the code: "use strict"; x = 23; // Gives an error since 'x' is not declared var x; ...
確定! 回上一頁