using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace ConfigLab.Comp.DataType { /// <summary> /// 功能简介:正则替换的封装处理 /// 创建时间:2020-6-26 /// 创建人:pcw /// 博客:https://www.cnblog…
package pack1; public class A { private int i; float f; public double d; public float getF() { return f; } public void setF(float f) { this.f = f; } public double getD() { return d; } public void setD(double d) { this.d = d; } package pack1; public c…