以下代码,哪个结果是正确的?( )var str=.123abc.;str += str.replace(.abc. , ..);alert(str);
·123abc123
· 123abc
·123
· abc
出自:佳木斯大学语言治疗学