跳转至

Index

使用【GitHub Page】制作【短链接平台】

    with open(entry, 'rb') as input_file:
        data = input_file.read()
    if entry.endswith('.png'):
        data = base64.b64encode(data)