nodepad++ 正则 替换

 

(?<k1>.*?)\=(?<k2>.*?);


cookie.Add(new CookieList() { Key = "\1", Value = "\2", Domain = "xxx.com" });

 

相关文章:

  • 2021-10-16
  • 2022-03-03
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-02
  • 2022-03-06
  • 2022-02-08
  • 2021-05-23
相关资源
相似解决方案