0

为什么在javascript严格模式下不允许转义字符?

"use strict";

var y = \010; //Uncaught SyntaxError: Unexpected token ILLEGAL
<h1>Check browser console for errors</h1>

4

0 回答 0