求图书馆管理系统的JAVA源代码
求图书馆管理系统的JAVA源代码
日期:2015-12-06 09:24:24 人气:1
#字典插入与赋值
for word in words:
if word!="" and table.has_key(word): #如果存在次数加1
num = table[word]
table[word] = num + 1
elif word!="":