[踩坑] Base64_decode 导致 Malformed UTF-8 characters, possibly incorrectly encoded
output... 问题如上, 特殊场景正常字符串使用 base64decode 解码 字符串 异常解码 输出虽然是 “” 但实际上编码已发生改变. 修复上述问题. 上面的 base64decode 二参数亲测不咋好用呀 'Victor here' 上面问题发生场景, 在于...
阅读全文