you need to escape the slashes
string.Replace("/", "")
string.Replace("/", @"")
Visual studios intellisense will still show "", if you hover over the string, you will find a magnifying glass, click it. This will show the real string
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…