网页内容请求和应答替换功能实现
去掉keywords特殊字符的转换
This commit is contained in:
@@ -35,5 +35,12 @@ public class HttpBodyCfg extends BaseStringCfg {
|
||||
public static String getTablename() {
|
||||
return tableName;
|
||||
}
|
||||
private String replaceContent;
|
||||
public String getReplaceContent() {
|
||||
return replaceContent;
|
||||
}
|
||||
public void setReplaceContent(String replaceContent) {
|
||||
this.replaceContent = replaceContent;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user