package
1.0.1
Repository: https://github.com/cube-group/golib.git
Documentation: pkg.go.dev

# Functions

addslashes() 函数返回在预定义字符之前添加反斜杠的字符串。 预定义字符是: 单引号(') 双引号(") 反斜杠(\) $.
stripslashes() 函数删除由 addslashes() 函数添加的反斜杠。.