python保存列表

python保存列表 2018-8-24 保存爲.txt文件 注:保存.txt須要將列表內容轉爲字符串格式php ##保存 ipTable=['123.111.111.1','111.111.111.1'] fileObject = open('sampleList.txt', 'w') for ip in ipTable: fileObject.write(str(ip))
相關文章
相關標籤/搜索