🌈 搜索
📅  最后修改于: 2022-03-11 14:58:11.438000             🧑  作者: Mango
str = 'hai how are\ you?'; str = str.replace("\\", ""); console.log(str); output: "hai how are you?"