I want to make a scala function which returns a scala tuple. I can do a function like this: def foo = (1,\"hello\",\"world\")
目录前言不同之处round函编程客栈数进位原则示例format函数示例总结前言 在对数据进行处理时我们常常会用到format与round函数。二者都能保留若干位小数,但在处理过程上稍有不同。