欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

jsp生成html--replace

程序员文章站 2022-03-03 09:24:23
package ball.news;import java.io.*;import news.readtemplates;public class  replaceall...

package ball.news;
import java.io.*;
import news.readtemplates;
public class  replaceall
{
 private static object a = new object();
 public replaceall()
 { 
 }

 public string replace(string content,string flag,string temp)
 {
  string str = null;
  
        try
        {
         //system.out.println("before-----"+content);
         string s1 = content;
            str = s1.replaceall(flag,temp); 
           // system.out.println("replace after-----"+str);
        }
        catch(exception e)
        {
         system.out.println("replace all error:"+e.getmessage());
        }
        return str;
       
    }
    private static void a(string s)
    {
        file file = new file(s);
        if(!file.exists())
            file.mkdirs();
    }
}