摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- """ @Time :2022/3/31 23:00 @Author : @File :LinuxUtil.py @Version :1.0 @Function: pip install paramiko - 阅读全文
posted @ 2022-03-31 23:51 淡怀 阅读(1539) 评论(0) 推荐(0)
摘要: const sleep = (delay) => new Promise((resolve) => setTimeout(resolve, delay)) async function repeatGreetingsLoop() { for (let i = 0; i <= 5; i++) { aw 阅读全文
posted @ 2022-03-31 19:59 淡怀 阅读(383) 评论(0) 推荐(0)