str = webview.eval(js [, id ])
在一个 webview 上执行一段 JS 并获得返回值文字
r = webview.eval("a = 3; b = 2; a * b;")