Regex to remove an HTML element ... myString = Regex.Replace(myString, "<td class=\"classname\">(.*?)</td>", "");. My idea was to use regex.
確定! 回上一頁