string testString = "<b>Hello, <i>world</i></b>"; Regex regex = new Regex("<[^>]+>"); string cleanString = regex.Replace ...
確定! 回上一頁