package main import ( "fmt" "time" ) func main() { currentTime := time.Now().Unix() fmt.Println("Current Unix Time:", currentTime) } ...
確定! 回上一頁