addslashes 是 PHP 的常用String对象函数之一。
String 函数 addslashes 函数用于对某些特殊字符进行处理(添加斜杠)
addslashes 函数的返回值为经处理后的字符串 String
addslashes 只支持一个参数 即需要被处理的字符串(String)