将特殊字符转换成HTML格式

浏览:39日期:2023-02-23
内容: 将特殊字符转换成HTML格式 作者:LeoYUN//Class toHTML//CopyRight:Writed By Yun Leo(php4er@sohu.com)//Last modify time:2003-8-31//Method: public String toHTML(String old_string)class toHTML{ public String toHTML(String sStr) { if (sStr == null||sStr.equals('')) { return sStr; } String sTmp = new String(); int i = 0; while (i
相关文章: