URL base64 解码* '-' -> '+' * '_' -> '/' * 字符串长度%4的余数,补'=' * @param unknown $string */ function urlsafe_b64decode($string) { $data ...
確定! 回上一頁