map函数的参数函数的返回值不应该是Unit,建议把process函数的:Unit给去掉,让其返回值为String. 你的process方法最后一句是返回结果,如果有返回为什么方法声明里返回类型是Unit。