(setq a (list 2 4 6 8)) ;回傳 (2 4 6 8) (setq a '(1 3 5 7 9 11)) ;回傳 (1 3 5 7 9 11) (setq arglist '(12.0 "45.8" 67.2 "M20")) ;回傳 (12.0 "45.8" 67.2 "M20") Tags: Share this: yakuei88 About author View all posts