htmledit_views">
前台Html:
后台:
- public string FormatString(string olderStr)
- {
- string returnValue = olderStr.Replace(" ", " ").Replace("/r/n", "<br>");
- return returnValue;
- }