In JavaScript, a backtick ? seems to work the same as a single quote.(在JavaScript中,反引号?的作用似乎与单引号相同。)
For instance, I can use a backtick to define a string like this:(例如,我可以使用反引号定义这样的字符串:)
var s = `abc`;
Is there any way in which the behavior of the backtick actually differs from that of a single quote?(反引号的行为实际上有什么不同于单引号的行为?)
? Note that among programmers, "backtick" is one name for what is more generally called the grave accent .(?请注意,在程序员中,“反勾号”是通常被称为重音符号的一个名称。) Programmers also sometimes use the alternate names "backquote" and "backgrave".(程序员有时还会使用备用名称 “ backquote”和“ backgrave”。) Also, on Stack Overflow and elsewhere, other common spellings for "backtick" are "back-tick" and "back tick".(同样, 在Stack Overflow和其他地方,“ backtick”的其他常见拼写是“ back-tick”和“ back tick”。)
ask by caesarwang translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…