numpy.nditer.iternext# 方法 nditer.iternext()# Check whether iterations are left, and perform a single internal iteration without returning the result. Used in the C-style pattern do-while pattern. For an example, see nditer. 回傳值: iternextboolWhether or not there are iterations left.