[[FrontPage]]

byteからintに

data=b'\x7e'
a=int.from_bytes(data,bteorder='big')
print(a)


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS