关于TypeError: strptime() argument 1 must be str, not bytes解析
转:https://www.cnblogs.com/zz22--/p/7496345.html#undefined在使用datetime.strptime(s,fmt)来输出结果日期结果时,出现错误TypeError: strptime() argument 1 must be str, not bytes我的源代码如下def datestr2num(s):re
转载
2018-01-04 14:47:13 ·
11370 阅读 ·
1 评论