Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试执行此代码时:
((lambda (a) (cons (quote a) a)) ’(d a b))
我收到一个错误:
':模块中的未绑定标识符:'</p>
有人可以为我解释一下吗?