What specifically are the dangers of eval(parse(…))?
问题 There are several questions on how to avoid using eval(parse(...)) r-evalparse-is-often-suboptimal avoiding-the-infamous-evalparse-construct Which sparks the questions: Why Specifically should eval(parse()) be avoided? And most importantly, What are the dangers? Are there any dangerous if the code is not used in production? (I\'m thinking, any danger of getting back unintended results. Clearly if you are not careful about what you are parsing, you will have issues. But is that any more