摘要: #!/usr/bin/env pythonfrom struct import *import osimport sysdef exactStock(fileName, code): ofile = open(fileName, 'rb') buf = ofile.read() ofile.clos 阅读全文
posted @ 2020-02-16 19:33 rongye 阅读(1215) 评论(0) 推荐(0) 编辑