示例#1
0
def Main(key: str) -> bytes:
    return StdLib.base64_decode(key)
def Main(key: int) -> str:
    return StdLib.base64_decode(key)