Strings ; 3 4, var s1 = 'Single quotes work well for string literals.'; ; 3 4 5 6 7 8 9, var s = 'string interpolation'; ; var s2 = 'The + operator ...
確定! 回上一頁