紧张帽子

文章
6
资源
0
加入时间
2年10月24天

nodejs方法封装

nodejs方法封装一、ping IP和port二、字符串转base64三、url转base64四、读取文件为base64数据五、暂停运行使用ts编写一、ping IP和portexport const ping = async (ip: string, port: number): Promise<boolean> => { return new Promise(resolve => { const sock = new ne