09 2022 档案
摘要:Python之读取TXT文件的三种方法: 方法一: #read txt method one f = open("./omcidata.txt") line = f.readline() while line: print (line) line = f.readline() f.close() 方
阅读全文
摘要:数据结构 (六) 串的应用 串的基本操作 串的最小操作子集 串赋值StrAssign String StrAssign(String str,char s[]) { int i=0; while(s[i]) { str->ch[++str->length]=s[i]; i++; } return s
阅读全文
浙公网安备 33010602011771号