本文介绍了a2k - 快速为你串起大师的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
不知道为什么我在这些方面如此无用,因为答案通常很简单
所以我们这里去......
我有一个字符串,最后可以有任意数量的反斜杠。
例如
hello \
hello \\
hello \\\\\\\\\\\\ \\
嗯,你明白了。我怎样才能删除这些斜杠并最终每次都用
''hello''?
tia
Martin
Don''t know why i''m so useless at these when the answer is usually so simple
so here we go...
I have a string that could have any number of backslashes at the end.
e.g
hello\
hello\\
hello\\\\\\\\\\\\\\\\\\\
Well you get the idea. How can I remove those slashes and end up with
''hello'' every time?
tia
Martin
推荐答案
这篇关于a2k - 快速为你串起大师的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!