摘要: golang获取上传图片的宽和高: package main import ( "fmt" "image" "io/ioutil" "os" "path/filepath" ) const dir_to_scan string = "/home/da/to_merge" func main() { 阅读全文
posted @ 2021-04-22 13:45 Mr.peter 阅读(1646) 评论(0) 推荐(0)