BASE64 code. static char code(int i). {. if(i<0 || i>63){. return '=';. } return map[i];. } static int code_point(char code).
確定! 回上一頁