小编Axe*_*son的帖子

即使字符串存在于列表中,`member` 也返回 `NIL`

通用 Lisp。

我正在尝试确定给定列表中是否存在字符串。

我的目标是拥有, (member searched-string my-list) 但我不断得到NIL

为什么(member "foo" '("foo" "bar"))返回NIL

在此处输入图片说明

lisp common-lisp

2
推荐指数
1
解决办法
67
查看次数

标签 统计

common-lisp ×1

lisp ×1