可以使用eval()函數,例如下圖:
for i in range(1,4):
d = eval("dict%s" % str(i))
for text in d:
textstr = textstr.replace(text,d[text])