你可以使用元组返回多个值。函数不会返回多个值, 但是你可以在元组的帮助下执行此操作。在下面的示例中, 我们将描述此过程。
object MainObject{
def main(args:Array[String]){
var tupleValues = tupleFunction()
println("Iterating values: ")
tupleValues.productIterator.foreach(println) // Iterating tuple values using productIterator
}
def tupleFunction()={
var tuple = (1, 2.5, "India")
tuple
}
}
输出
Iterating values:
1
2.5
India
微信公众号
手机浏览(小程序)
Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57
Warning: get_headers(): Failed to enable crypto in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57
Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_47718.jpg): failed to open stream: operation failed in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57