1. string中Template用法
变量名不能是${tradeDate+1}, python无法识别其为变量,应改为 ${tradeDate1}
变量替换的语句:data_new = Template(data_old.substitute(dict))