gpt4 book ai didi

JavaScript:可以使用单引号 5's Strict Mode (") 启用 ECMAScript ('use strict' use strict") 吗?

转载 作者:IT王子 更新时间:2023-10-29 03:10:01 30 4
gpt4 key购买 nike

JavaScript 不关心字符串是双引号 "double" 还是单引号 'single'

ECMAScript 5 严格模式的每个示例都通过双引号中的 "use strict" 启用。我可以执行以下操作吗(单引号):

alert(function(){
'use strict';
return !this;
}());

如果启用严格模式,这将返回 true,否则返回 false

最佳答案

For you, without using a browser that supports strict mode :

A Use Strict Directive is an ExpressionStatement in a Directive Prologue whose StringLiteral is either the exact character sequences "use strict" or 'use strict'. A Use Strict Directive may not contain an EscapeSequence or LineContinuation.

关于JavaScript:可以使用单引号 5's Strict Mode (") 启用 ECMAScript ('use strict' use strict") 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5214391/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com