假如调用一个函数,传入的参数为String,要以这样的格式传入:
let resultStr="1234" self.webView.stringByEvaluatingJavaScriptFromString("theFunc('"+resultStr+"');")! as String