- 43 名前:名無しさん@お腹いっぱい。 mailto:sage [2011/09/30(金) 23:50:23.10 ID:44dXzVkX0]
- import string
infile = '' outfile = '' frombin = '\x12\x24\x36' tobin = '\x75\x62\x91' with open(infile) as input: with open(outfile) as output: output.write( input.read().translate(string.maketrans(frombin, tobin))) ホントVBSって使えないッスね(苦笑)
|

|