摘要: inp = input('请输入内容') try: num = int(inp) print(num) except Exception as e: print('错啦') 阅读全文
posted @ 2017-11-23 17:32 口水哥 阅读(152) 评论(0) 推荐(0)