rebol - Rebol View2 中的文字浏览器已损坏

标签 rebol rebol2

浏览器这个词在 Rebol2 中不再对我有用。也许它无法从 rebol.com 网站下载数据。我怎样才能让它工作?我在 stackoverflow.com 或进行谷歌搜索时没有找到任何关于此的信息。

最佳答案

您确定您不是在寻找浏览吗?

>> source browser
browser: undefined
>> source browse
browse: native [
    "Opens the default web browser."
    value [any-string!] "The URL or file to open"
    /only "Don't open a new window if possible"
]

关于rebol - Rebol View2 中的文字浏览器已损坏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27856852/

相关文章:

bind - 不应该绑定(bind)? '全局变量返回系统/单词上下文?

rebol - 从 Rebol 中的系列中删除重复的对象

directory - Rebol2:将目录更改为绝对文件路径不起作用

rebol - 有没有更好的方法来重新设计 REBOL VID 模态对话框的样式?

rebol - 从 HTTP 读取文件

performance - 如何在Rebol中对一系列功能进行基准比较?

sockets - Rebol世界上最小的Http服务器: why first wait listen-port?

svg - 使用 GOB 的 Rebol 3 文本渲染问题

object - 为什么在Rebol2中动态添加代码到对象不生效?

html - 使用 REBOL 在文件中查找/替换跨行的字符串