WebView.Eval(String) 方法

定义

计算由 script 指定的脚本。

public void Eval (string script);
member this.Eval : string -> unit

参数

script
String

要计算的脚本。

适用于