jsp生成html--replace
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();
}
}
上一篇: FastReport打印SQLite数据库在一页上
下一篇: Pandas实现数据统计指标
推荐阅读
-
python下如何让web元素的生成更简单的分析
-
如何通过vs2017的Dockerfile来生成镜像
-
CamtasiaStudio 8怎么将音频生成mp3?
-
PowerDesigner 建立与SQLSERVER 2005数据库的连接以便生成数据库和从数据库生成到PD中
-
PowerDesigner 建立与数据库的连接以便生成数据库和从数据库生成到PD中(Oracle 10G版)
-
PowerDesigner中如何生成主键和自增列(SQL SERVER版本)
-
java如何生成可变表头的excel
-
python生成带有表格的图片实例
-
Angular使用cli生成自定义文件、组件的方法
-
js 动态生成html 触发事件传参字符转义的实例