let a = "hello world";// let b = "我是'超人'"; // 引号规则:内双外单,外单内双,或者转义符 let b = "我是 \"超人\" ";console.log(b); //我是"超人"
京公网安备 11010502049817号