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.
我想用 prolog 代码打开 firefox 或其他浏览器。但我怎么能意识到它。
具体我需要像序言一样的评论
open_url_in_Browser X。
其中 X 是 url。
getenv(browser,"firefox"),www_open_url("url name").
解决了问题
我会简单地使用shell/1or shell/2, or win_exec/2, or win_shell/2。
shell/1
shell/2
win_exec/2
win_shell/2