首頁
AutoCAD知識
ZWCAD
中望機械
LISP小工具
CAD教學
中望官網
2017年6月12日 星期一
文字字串轉串列方法
(setq string "10 20 30")
(setq str2list (read (strcat "(" string ")")))
strlist 變成 (10 20 30) 串列
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)