function getNum(a,b) {? ?c= a + b;? return c;}getNum(1,2);return 怎么來理解?為什么要用return?
js中的return
qq_天蝎的尾巴卍_0
2017-02-21 09:50:37
