#include "base64.h" ... ... void b64 (B4R::Object* o) { String toEncode = "Test encoding"; String encoded = base64::encode(toEncode); 'works ...
確定! 回上一頁