oktw says to #ysitd <YamiOdymel>: JavaScript 有 Lazy variable 嗎? var a = 1; var b = a; a = 2; console.log(b); // 1 可是我希望 b 是 a 的縮寫,希望回傳 2