在JavaScript中反斜杠
我们需要编写一个JavaScript函数,该函数接受一个可能包含一些反斜杠的字符串。
并且该函数应返回一个新字符串,其中所有反斜杠均带有正斜杠。
因此,让我们为该函数编写代码-
示例
为此的代码将是-
const str = 'Th/s str/ng /conta/ns some/ forward slas/hes';
const invertSlashes = str => {
let res = '';
for(let i = 0; i < str.length; i++){
if(str[i] !== '/'){
res += str[i];
continue;
};
res += '\\';
};
return res;
};
console.log(invertSlashes(str));输出结果
控制台中的输出将为-
Th\s str\ng \conta\ns some\ forward slas\hes
热门推荐
10 精简短句生日祝福语
11 简单成语祝福语大全简短
12 老师迟到生日祝福语简短
13 高考录取庆贺祝福语简短
14 喝酒祝福语大全简短新颖
15 简短的宝宝祝福语大全
16 鸡年祝福语简短8字
17 早安朋友祝福语简短独特
18 春节初二祝福语简短