文章詳情頁
python - 多線程小白求問這樣的IP要怎么實現(xiàn)多線程print?
瀏覽:170日期:2022-06-30 08:16:42
問題描述
def hanshu(b): print(b)a='192.168.1.1-3'for ip in a.split(’,’): if ’-’ in ip:s1, s2 = ip.rsplit(’.’, 1)start, end = map(int, s2.split(’-’))for num in range(start, end+1): b=s1+’.’+str(num) hanshu(b) else:hanshu(ip)
問題解答
回答1:https://pypi.python.org/pypi/IPy/
使用這個模塊,你的代碼不會這么難看,而且split(',') 寫錯了
回答2:多線程要用的threading模塊吧,不是很明白你要什么
相關(guān)文章:
1. 我在導入模板資源時遇到無法顯示的問題,請老師解答下2. macos - 無法source activate python273. 運行python程序時出現(xiàn)“應(yīng)用程序發(fā)生異常”的內(nèi)存錯誤?4. thinkphp6使用驗證器 信息如何輸出到前端頁面5. PHPExcel表格導入數(shù)據(jù)庫怎么導入6. 預(yù)訂金和尾款分別支付7. javascript - h5微信中怎么禁止橫屏8. python - sqlalchemy更新數(shù)據(jù)報錯9. css - 移動端 盒子內(nèi)加overflow-y:scroll后 字體會變大10. html5 - 前端面試碰到了一個緩存數(shù)據(jù)的問題,來論壇上請教一下
排行榜

熱門標簽
網(wǎng)公網(wǎng)安備