var 與ES6 let const 差異(這個文章解釋的最詳細) ... let ox; var oy; function func_let_const() { let zv; let av; let yv = 15; const CON = 8989 ...
確定! 回上一頁