C#调用js使用 browser.IsScriptingEnabled = true;//启用js函数调用 string str = browser.StringByEvaluatingJavaScriptFromString("test1()");
求教js调用C#方法