string str = "\r\n替換br";string s= str.Replace(@"\r\n", @"<br/>");執行上面的代碼,發現 \r\n沒有替換掉,不知是什么原因? 查看完整描述