(defun c:aaa123() (setq i 1 a 10) (while (<= i 3) (setq a(a 10)) (setq i (1+ i )) ) ) 运行aaa函数后,a的值为:

时间:2024-02-05 08:27:39

相似题目