我目前正在尝试使用Decimal / Base10 - Base64,但是,这是我得到的:
current = data['user']['media']['nodes'][0]['id'] # This is the last media_id like 1448738878879486182
encoded = base64.b64encode(bytes(str(current), encoding='ascii'))
返回b'MTQ0ODczODg3MzM3OTQ4NjE5MQ=='
但是我需要base 64数学基本转换系统。有没有办法呢?