摘要: There are several ways to return multiple values from functions. In this topic, we’re going to look over the 5 most common techniques to pass 2 or more values from functions. The 5 techniques are: 1、Returning variables in Global scope 2、Returning a Collection 3、Returning Arrays 4、Using Concate... 阅读全文
posted @ 2012-02-28 10:48 Sirrah 阅读(723) 评论(0) 推荐(0) 编辑