1、strToProcess.Replace("@", "@" + Environment.Newline)
2、string newString = strToProcess.Replace("@", "@\n");