在撰寫Javascript 程式碼的時候,常常遇到字串中要嵌入多個變數,程式碼往往會像這個樣子。 var str = "Now, it's " + hour + ":" + minute + ":" + ...
確定! 回上一頁