Go語言練習之方法,接口,併發

多練練,有感覺了就寫實際的東東。 package main import ( "fmt" "math" "os" "time" "net/http" "image" "runtime" ) func say(s string) { for i := 0; i < 5; i++ { runtime.Gosched() fmt.Println(s) } } type
相關文章
相關標籤/搜索