09 2020 档案

摘要:package main import ( "fmt" "os" ) func main() { var s, sep string for i := 1; i < len(os.Args); i++ { s += sep + os.Args[i] sep = " " } fmt.Println(s 阅读全文
posted @ 2020-09-23 14:32 东宫得臣 阅读(311) 评论(0) 推荐(0) 编辑
摘要:#include <errno.h> #include <string.h> #include <stdio.h> #include <fcntl.h> int main() { int fd, ret; enum { LENGTH = 100 }; char buf[LENGTH]; fd = o 阅读全文
posted @ 2020-09-09 15:02 东宫得臣 阅读(420) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示