if res_tff and len(res_tff) == 1: new_res_ttf = res_tff[0] with open('123_new_ttf.ttf', 'wb') as f: f.write(base64.decodebytes(new_res_ttf.encode())) 讀取文件找到里面的對(duì)應(yīng)關(guān)系,就是 你這個(gè)數(shù)字的格式 是存儲(chǔ)在.ttf文件里的. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15...
www.dbjr.com.cn/article/2769...htm 2025-6-5