![]() |
1
5
像这样? 版本2:
|
![]() |
2
3
每个
CLISP documentation on
如果要将输出收集到字符串中,则必须使用读写复制循环将数据从返回流传输到字符串。你已经有了
|
![]() |
3
2
你具体问的是clisp。我再加一句 如果您使用的是clozure cl,那么您还可以轻松地运行OS子进程。 一些例子:
在此处的ccl文档中搜索run程序: http://ccl.clozure.com/ccl-documentation.html 在这个stackoverflow答案中有两种很好的lisp方法: Making a system call that returns the stdout output as a string 再次,雷纳去营救。谢谢Ranier。 |
![]() |
4
0
这是短一点的
|