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.
我想知道是否有一种方法可以使用 php 获取当前的 Web 浏览器窗口句柄(HWND),就像获取浏览器信息一样。
我不想使用 COM 类获得这样的浏览器句柄
$Browser = new COM("InternetExplorer.Application"); $Browserhandle = $Browser->HWND;
尝试使用get_browser(). 在这里查看。
get_browser()