2

我可以读取system/ports/input(例如 CGI 数据),但是我如何写入这个端口以便我可以使用它来读取它read system/ports/input

write system/ports/input some-data返回错误不能在端口上使用写入!价值

4

2 回答 2

2

控制台方案目前仅支持 'read actor。

https://github.com/rebol/rebol/blob/master/src/core/p-console.c

于 2014-03-18T20:42:25.213 回答
0

我想说

system/ports/output 

也是,但我注意到它在我的 r3 中没有。

另一方面,只需使用

print "something"

应该自动使用标准输出,它也用于 b cgi。

于 2014-03-18T13:22:10.083 回答