0
4
40
336
507
291
序 本文是golang官方练习的pass代码,使用了中文版的tour 循环与函数 package main import ( fmt ) func Sqrt(x float64) float64 { res := 1.0 for i := 0; i