2017年6月12日 星期一

文字字串轉串列方法

(setq string "10 20 30")
(setq str2list (read (strcat "(" string ")")))

strlist 變成 (10 20 30) 串列