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.
我正在编写 BHO,代码使用 IHTMLDocument2::get_scripts 获取 HTML 文件中的所有脚本主体,然后使用 get_text() 获取脚本源。但我发现如果脚本是从外部文件嵌入的,则内容是一个空字符串。
有没有办法从由创建的 IHTMLScriptElement 获取源代码?
使用 IHTMLScriptElement::src 获取脚本的 url,然后挖掘 WinInet 缓存。如果没有缓存,请重新下载。