摘要: 笔记-python异常信息输出 1. 异常信息输出 python异常捕获使用try-except-else-finally语句; 在except 语句中可以使用except as e,然后通过e得到异常信息; division by zero ZeroDivisionError('division 阅读全文
posted @ 2019-01-03 12:17 木林森__𣛧 阅读(625) 评论(0) 推荐(0)
摘要: 笔记-python -asynio 1. 简介 asyncio是做什么的? asyncio is a library to write concurrent code using the async/await syntax. asyncio is used as a foundation for 阅读全文
posted @ 2019-01-03 11:25 木林森__𣛧 阅读(412) 评论(0) 推荐(0)