摘要: a = list(1 2 3 4) 我们想将a里面的所有int转换成string,只需要利用mapcar跟lambda即可: b = mapcar(lambda((x) sprintf(s "%d" x)) a) ==> list("1" "2" "3") a = list(1 2 3 4) b = 阅读全文
posted @ 2024-06-26 15:49 Vincent_Wood 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1.利用dbShapeQuery函数 hier_list = dbShapeQuery(cv list("M1" "drawing") enterBox(?points mouseAddPt())) 2.利用transform dbCopyFig foreach(hier hier_list ;;h 阅读全文
posted @ 2024-06-26 15:13 Vincent_Wood 阅读(49) 评论(0) 推荐(0) 编辑