Rust 能不能像下面 python 一样,可以通过程序呼出浏览器?
import webbrowser
webbrowser.open("http://www.baidu.com")
求助大佬们,虽然我这个需求有点奇怪,但是我想问问在 Rust 中有没有现成的 crate 可以使用
Ext Link: https://blog.csdn.net/weixin_30500663/article/details/99091256
1
共 5 条评论, 1 页
评论区
写评论Command::new("cmd.exe").arg("/C").arg("start").arg("https://rustcc.cn").spawn().unwrap();
https://crates.io/crates/opener
这个可以直接打开
https://github.com/octaltree/playwright-rust
非常感谢。。。我搜索的姿势还是有问题,我研究下
--
👇
formoon: https://github.com/amodm/webbrowser-rs
https://github.com/amodm/webbrowser-rs