【发布时间】:2017-09-14 13:51:37
【问题描述】:
我尝试使用下面的代码取消定义 Naviswheel,但它不起作用
(command ".undefine" "naviswheel")
【问题讨论】:
我尝试使用下面的代码取消定义 Naviswheel,但它不起作用
(command ".undefine" "naviswheel")
【问题讨论】:
您的命令中有错字。应该是:
(command ".undefine" "navswheel")
【讨论】: