摘要: 匿名函数 匿名函数的定义格式: func(参数)(返回值){ 函数体 } 没有名字的函数 package main import "fmt" // 匿名函数 // var f1 = func (x, y int) { // fmt.Println(x + y) // } func main(){ / 阅读全文
posted @ 2022-05-14 11:05 寻月隐君 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Python官网:https://www.python.org/ anaconda官网:https://www.anaconda.com/ swagger:https://editor.swagger.io/# simpleui:https://simpleui.72wo.com/docs/simp 阅读全文
posted @ 2022-05-14 00:21 寻月隐君 阅读(25) 评论(0) 推荐(0) 编辑