如何从网络浏览器获取当前 URL?

How to get current URL from web browser?

我正在寻找一种使用 Matlab 代码从 Web 浏览器(例如 Chrome、Firefox 或 Matlab 浏览器)获取当前 URL 的方法?可以做吗?

来自 matlab web 文档:

[stat,h,url] = web() % returns the URL of the current page in the MATLAB Web browser.