摘要: package main import ( "encoding/binary" "fmt" "hash/fnv" "math/rand" "net" "time" ) func getMacAddr() (string, error) { netInterfaces, error := net.In 阅读全文
posted @ 2024-09-11 13:06 Maguyusi 阅读(14) 评论(0) 推荐(0)