argv[1] # verify that the file exist # notify when file is missing try: f=open(diskfile, 'rb') f.seek(446) ptt = f.read(64) pte1 = ptt[0:16] pte2 = ptt[16:32] ...
確定! 回上一頁