Js2Py
Js2Py copied to clipboard
why cant execute js
i use js2py.py to execute ,but it shows
js2py.internals.simplex.JsException: SyntaxError: Line 146: Unexpected token ILLEGAL
however,if i insert js codes to html directly,it works
<script type="text/javascript">(js codes)</script>
why?
can you show what's on line 146?