這里的 aa 為什么值不一樣呢?var abc = {aa: null, bb: null, cc: null, dd: null, aa1: null, bb1: null, cc1: null, dd1: null};function set_t(board, loc, tof) { board[loc] = tof; return board}console.log(abc)set_t(abc, "aa", 2);
一個(gè)console.log的問(wèn)題
桃花長(zhǎng)相依
2018-09-13 10:10:22