package main import ( "os" "github.com/mattn/go-gtk/gtk" ) func main() { gtk.Init(&os.Args) //环境初始化 window := gtk.NewWindow(gtk.
確定! 回上一頁