javascript eval method

后端 未结 4 1563
孤街浪徒
孤街浪徒 2021-01-14 21:47

How can I watch variable values inside of javascript eval() method? And is it possible to \"step into\" and \"step over\" in eval method? For example, with a code like this:

4条回答
  •  甜味超标
    2021-01-14 22:30

    if variable is not exist how could you know it's value? - noway. And... eval === evil.

提交回复
热议问题