JavaScript 特殊字符

你可以在 JavaScript 中使用反斜槓來向文本字符串添加特殊字符。 插入特殊字符 反斜槓用來在文本字符串中插入省略號、換行符、引號和其他特殊字符。 請看下面的 JavaScript 代碼: var txt="We are the so-called "Vikings" from the north." document.write(txt) 在 JavaScript 中,字符串使用單引號或者
相關文章
相關標籤/搜索