pu369com

09 2020 档案

golang网页版简易资源管理器及执行cmd
摘要:package main import ( "fmt" "net/http" "os/exec" "strings" "golang.org/x/text/encoding/simplifiedchinese" ) func A(s string) string { s = s[1:] str0 : 阅读全文

posted @ 2020-09-14 18:21 pu369com 阅读(246) 评论(0) 推荐(0) 编辑

golang批量修改文件名
摘要:package main import ( "fmt" "io/ioutil" "strings" "os" "path/filepath" ) func main() { path := "." files, _ := ioutil.ReadDir(path) for index, f := ra 阅读全文

posted @ 2020-09-14 18:17 pu369com 阅读(926) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

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