摘要:
python中的 try...except...finally 的用法 author:headsen chen date:2018-04-09 16:22:11 try, except, finally是Python中的异常捕捉机制,通常的用法就是try..except...结合起来用,程序捕捉tr 阅读全文
摘要:
author:headsen chen date:2018-04-09 10:48:22 eval函数是把str转化成list、dict、tuple str函数把list,dict,tuple转为为字符串 # 字符串转换成列表a = "[[1,2], [3,4], [5,6], [7,8], [9, 阅读全文