Text::reduce_slashes()方法把字符串中的多个反斜杠变成单个反斜杠
用法 echo Text::reduce_slashes(‘This //Is my string// With //Slashes’); 将返回 This /Is my string/ With /Slashes