摘要: 1 import os 2 #exec_str = r'copy /b ts/c9645620628078.ts+ts/c9645620628079.ts ts/1.ts' 3 #os.system(exec_str) 4 f = open('index.m3u8', 'r', encoding='utf-8') 5 text_list = f.readlines() 6 fi... 阅读全文
posted @ 2018-08-22 17:34 Python研究者 阅读(13055) 评论(0) 推荐(2) 编辑
摘要: 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Wed Aug 22 15:56:19 2018 4 5 @author: Administrator 6 """ 7 8 # 在python3下测试 9 import requests 10 import threading 11 import datetime 12 13 1... 阅读全文
posted @ 2018-08-22 16:38 Python研究者 阅读(5350) 评论(1) 推荐(0) 编辑