使用python创建动态变量名

2018-10-09  本文已影响0人  5cc1b1a2cd7e
createVar = locals()
for i in range(0,16):
    createVar['r' + str(i)] = i
上一篇下一篇

猜你喜欢

热点阅读