我有以下返回輸出的代碼: 4 現在我想在不使用 dot() 函數的情況下執行相同的操作。這可能嗎?import numpy as npa=np.array([1,2])b=np.array([2,1])print(a.dot(b)) 查看完整描述