取得TextBox的换行符
str = str .Replace("\r\n", "<br/>")
str = str .Replace("\n", "<br/>")
str = str .Replace(" ", " ")
苦海常作度人舟
str = str .Replace("\r\n", "<br/>")
str = str .Replace("\n", "<br/>")
str = str .Replace(" ", " ")