在Python中,*=使用时的含义是什么.例如:
*=
for i in xrange(len(files)): itimes[i,:,:] *= thishdr["truitime"]
python
python ×1