#!/usr/bin/env python
#-*- coding: utf-8 -*-
#@time : 2019/1/21 18:57
#@author : xiaodai
import
ospath = r'
f:\temp\test
'files =os.listdir(path)
for f in
files:
if f.endswith('
.png
') and
'fish'in
f:
print('
look! i found this \n
'+f)
#1. 除了 gif 型別之外的其他型別
#importos#
需要把路徑替換成你的資料夾所在路徑
path = "
./files"#
利用os模組中的listdir函式和for語句,瀏覽所有檔案
files =os.listdir(path)
for f in
files:
#判斷檔案是否符合要求
if (not f.endswith('
.gif
')) and ('
project30
'in f or
'commercial'in
f):
#如果符合要求,則輸出檔名
print(f)
python模糊搜尋 python模糊查詢
python模糊查詢 bin env python coding utf 8 filename py day01 contact userinfo init username frame init password frame success 0 while true username raw in...
zTree模糊搜尋
根據搜尋的值重新顯示整個ztree 1 輸入框 2 js chatgroupserarchbtn click function function doqueryalg4name value treeobj.shownodes nodelist 指定被顯示的節點 json 資料集合 if value ...
ztree模糊搜尋
1 方法 function 載入樹方法和事件 function searchdepart newdepartcontroller.do?gettreedata datatype json data success function list var setting check view data c...