content = js2py.EvalJs() #实例化解析js对象 content.execute(js_code) #js转python代码 tk=content.TL(word2) #调用js中的TL函数,word2为TL的参数