struts.action.extension The URL extension to use to determine if the request is meant for a Struts action 用URL扩展名来确定是否这个请求是被用作Struts action,其实也就是设置 action的后缀,例如login.do的'do'字。 struts.configuration The org.apache.struts2.config.Configuration implemen
主要流程:读取文件数据——将每一行数据分成不同的字符段——在判断
在某个字否段是否含与某个字符。(只是其中一种办法)
代码如下:
with open(rC:\Users\LENOVO\Desktop\20170513155231.txt, encoding='utf-8') as f:#从TXT文件中读出数据
for line1 in f:
list.append(line1) #通过for循环一行一行加载
datalist=[] #定义一个数组
for item in list: #