from django.utils import timezone. import jwt. def open_file(filename): with open(filename, 'rb') as myfile: data = myfile.read(). return data.
確定! 回上一頁