直接替换:numArr = numArr.replace("\"","").replace("\"","");如果不确定有多少个双引号:numArr = numArr.replace(/\"/g, "");