2012-11-13 37 views

回答

10

使用apply功能:

(apply 'function arglist) 

例如:

(apply '+ '(1 2 3 4)) 
==> 10 
相关问题