使用python创建动态变量名2018-10-09 本文已影响0人 5cc1b1a2cd7ecreateVar = locals() for i in range(0,16): createVar['r' + str(i)] = i