以下是在 Firefox 和 Chrome 中导致错误的整个文档:
<!DOCTYPE html>
<html>
<head>
<script>
var strs = [], scripts = ['harbl.js'], s = 0;
strs.push('<script src="' + scripts[s] + '"></script>');
</script>
</head>
<body>
<p>buh...</p>
</body>
</html>
http://jsfiddle.net/cryptoquick/J4zZT/
我得到的错误是:
Uncaught SyntaxError: Unexpected token ILLEGAL
这让我真的很困惑。