比如有两个字符串 “a”,"b"
我想把它拼接成 "a\b"
应该怎么搞啊!!!!!!!!!!
大佬救急!大佬救急!
"a"+""+"b"
"a"+"\/"+"b"
"a"+"\\"+"b"
拼接代码:
在控制台打印结果:
在posman测试结果: