字符显示问题TipsChannel/tips_page 这个路径在.NET /t 是默认的符号,怎么让他只做字符显示;[解决办法]加上@就可以了:string str = @"TipsChannel/tips_page";Console.WriteLine(str);