case 1.1 在goroutine下执行函数需要留点时间package main import ( "fmt" "time" ) func main() { // var result int ch := make(chan int) go ...
確定! 回上一頁