Skip to main content

函数原型

func base64Decode(v1 string/bytes) string

参数介绍

举例

  • Response
  • 匹配语句:"root:[x*]:0:0:".matches(base64Decode("<base64>(?P<base64>.*)</base64>".bsubmatch(response.body)["base64"]))
  • 输出结果:true