Update 15.4.md (#677)

This commit is contained in:
marjune
2019-07-12 14:24:14 +08:00
committed by ᴊ. ᴄʜᴇɴ
parent 0e8df464ac
commit 9580580bda

View File

@@ -55,7 +55,7 @@ func main() {
`content-type`会让浏览器认为它可以使用函数`http.DetectContentType([]byte(form))`来处理收到的数据
练习 15.6 [statistics.go]
练习 15.6 [statistics.go](exercises/chapter_15/statistics.go)
编写一个网页程序,可以让用户输入一连串的数字,然后将它们打印出来,计算出这些数字的均值和中值,就像下边这张截图一样: