索引量
#登出量 indexcount = jco.count('首頁') login_out = jco.count('登出') list_ indexcount =[indexcount,login_out] return list_indexcount #藥物篩選量 def Screening(): url = 'http://www.dxy.cn/bbs/search.php?' jsu = jx.Get(url) #藥物篩選量 screening = jsu.count('條結果') return screening