logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

os.pipe learning tips

os.pipe() 典型用法:#!/usr/bin/pythonimport os, sysprint "The child will write text to a pipe and "print "the parent will read the text written by child..."# file descriptors r, w for reading an

到底了