JSFiddle - React, Tailwind, and code Playground

by camnpr

JavaScript

// 不要使用eval(反序列化JSON除外)

// 不同浏览器对eval处理是有差异的,尽量避免使用。

eval("alert(0);");