strTemp = strTemp.replace(arrTemp[i]);

忘了写第二个参数,结果就把 arrTemp[i]替换成了undefined

相关文章: