var a=[1,2,3] var b=MemoryLayout.size(ofValue:a) print(b) var c:[Int]=Array() var d=MemoryLayout.size(ofValue:c) print(d)
確定! 回上一頁