posts - 325,  comments - 25,  trackbacks - 0
          public static String filterHtml(String input) {
            if (input == null) {
             return null;
            }
            if (input.length() == 0) {
             return input;
            }
            input = input.replaceAll("&", "&");
            input = input.replaceAll("<", "&lt;");
            input = input.replaceAll(">", "&gt;");
            input = input.replaceAll(" ", "&nbsp;");
            input = input.replaceAll("'", "'");
            input = input.replaceAll("\"", "&quot;");
            return input.replaceAll("\n", "<br>");
           }
          posted on 2008-08-17 14:38 長春語林科技 閱讀(184) 評論(0)  編輯  收藏 所屬分類: util
          <2008年8月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

           

          長春語林科技歡迎您!

          常用鏈接

          留言簿(6)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          相冊

          收藏夾

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 剑川县| 石景山区| 清水县| 监利县| 延寿县| 峨边| 麻城市| 荣昌县| 湟中县| 翼城县| 建宁县| 安庆市| 长乐市| 安国市| 红桥区| 朔州市| 连山| 宁南县| 石渠县| 石门县| 和平县| 丹江口市| 上高县| 峨边| 石棉县| 瓦房店市| 边坝县| 太湖县| 垫江县| 中超| 通山县| 海晏县| 柳州市| 民丰县| 阿坝县| 日喀则市| 丰原市| 南昌县| 光泽县| 衡山县| 宁远县|