import numpy as np from scipy.spatial import distance A = np.array([1,2,3]) B = np.array([4,5,6]) # 方式一:直接构造公式计算 dist1 ...
確定! 回上一頁