Python 中賦值: num1 = 1. 建立object 1; 變數num1 引用該object; 完成賦值. 實際上num1 只是一個引用,它指向1 這個object。再舉一個例子: num2 = num1.
確定! 回上一頁