Js2Py
Js2Py copied to clipboard
need help when eval
js code: params = eval('(function(){ return [].splice.call(arguments, 0 ) })(' + params + ')')
after transfer: var.put('params', var.get('eval')(Js('(function(){ return [].splice.call(arguments, 0 ) })(')+var.get('params')+Js(')')))
seems right ,but python code result is diffrent with js