單項(xiàng)選擇題

以下代碼,哪個(gè)結(jié)果是正確的?()
var str='123abc';
str += str.replace('abc' , '');
alert(str);

A.123abc123
B.123abc
C.123
D.abc


您可能感興趣的試卷