注意:此页面搜索的是所有试题
以下代码,哪个结果是正确的?( )var str=.123abc.;str += str.replace(.abc. , ..);alert(str);
·123abc123
· 123abc
·123
· abc

参考答案