等號= 賦值在list 中使用等號= 賦值時,由於list為可變物件,實際行為是建立該list的引用(別名) #%% list copy pass by reference a = [1,2,3] a_ref = a a.append(4) ...
確定! 回上一頁