iT邦幫忙

字串型別相關文章
共有 1 則文章

技術 學習JavaScript第四天--字串型別、「賦值運算子+=、-=」「a++」「a--」

宣告字串:用單引號「‘’」或使用雙引號「“”」都可以喔! let a = 'abc'; let b = "def"; 單引號「''」不...