摘要: 1.读取 file_path = r'D:\mry197\main\current\download\SMSSpamCollection' sms = open(file_path, 'r', encoding='utf-8') sms_data = [] sms_label = [] csv_re 阅读全文
posted @ 2020-05-23 21:25 Drew, 阅读(106) 评论(0) 推荐(0) 编辑