andyes 请教个小问题
www.dimcax.com
andyes 请教个小问题
(setq xh (getdist "请输入盒子的高度:"))
要设默认值为150,又可输入修改,怎样设?简单点。谢谢!
勤能补拙
大侠们,请出手相助
勤能补拙
re:andyes 请教个小问题
==> udist
re:andyes 请教个小问题
(setq xh (getdist "请输入盒子的高度<150>:"))
(if (= xh nil)(setq xh 150))
progress every day!!!