asdfxx 发表于 2009-8-20 13:25:00
hhc 发表于 2009-8-20 13:41:00
第2种写法当然不行,因为表是不能直接相加的。asdfxx 发表于 2009-8-20 13:45:00
hhc 发表于 2009-8-20 13:52:00
(apply '+ (mapcar '+ '(1 2 3) '(2 3 4) '(3 4 5))) ->27Andyhon 发表于 2009-8-20 13:52:00
<p>是这样子吗?<br/>(apply 'mapcar (cons '+ (list '(1 2 3) '(2 3 4) '(3 4 5))))</p>asdfxx 发表于 2009-8-20 13:54:00
5061220 发表于 2009-8-20 15:02:00
<p>学习!</p>asdfxx 发表于 2009-8-20 15:07:00
asdfxx 发表于 2009-8-20 15:09:00
页:
[1]