基础语法整体类型架构图(待替换) iterable类型架构图 def lazyFunc(x: Int, y: => Int) = 1 // 表示接受的是一个变量 // x 参数为传值(call by value), y 参数是传名称(call...