摘要:
Function package com.decoo.test.function; import java.util.Map; import java.util.function.*; public class FunctionTest { public static void main(Strin 阅读全文
摘要:
高阶知识 fmt标准库 //输出函数 //Print函数:Println函数会在输出内容的结尾添加一个换行符 //Fprint函数输出到一个io.Writer接口类型的变量w中 自定义类型 type myint int //自定义类型 type yourint = int //类型别名 结构体 1. 阅读全文