axis = 1表示按列的方向遍历
axis = 0表示按行的方向遍历
Usually axis=0 is said to be "column-wise" (and axis=1 "row-wise"),