1 2 3 string str="<table><tr><td>name<td>address</table>"; string str2 = System.Web.HttpUtility.HtmlEncode(str); //<table><tr><td>name< ...
確定! 回上一頁