摘要:
//GramDictOrder.h: #include "StrComp.h" class GramDictOrder : public StrComparator{public: GramDictOrder(int q, int length, int bSize, int mBit); priv 阅读全文
摘要:
try: with open('data.txt','w') as f: for each_line in f: print(each_line)except OSError as reason: print('出错啦'+str(reason)) 报错not readable r只读,r+读写,不创 阅读全文