内容
查找 (.*?) (.*+)
替换为
/// <summary>
///$2
/// </summary>\npublic static string $1 = "$1";
效果:
/// <summary>
///查询接口
/// </summary>
public static string check = " check";
/// <summary>
///注册接口
/// </summary>
public static string Register = " Register";