先使用的是System.Windows.Controls.WebBrowser, 监听其LoadComplete事件, 及调用browser.Source
但插入脚本时, 查到的需要用Windows.Forms.WebBrowser
http://stackoverflow.com/questions/153748/how-to-inject-javascript-in-webbrowser-control
先使用的是System.Windows.Controls.WebBrowser, 监听其LoadComplete事件, 及调用browser.Source
但插入脚本时, 查到的需要用Windows.Forms.WebBrowser
http://stackoverflow.com/questions/153748/how-to-inject-javascript-in-webbrowser-control