文件名称:javascript-playgrounds:交互式JavaScript沙箱
文件大小:2.07MB
文件格式:ZIP
更新时间:2024-05-18 05:26:32
TypeScript
JavaScript游乐场 交互式JavaScript沙箱。 概述 该项目提供了一种快速,直观的方法来试验JavaScript代码。 它旨在作为iframe加载,以便轻松包含在任何网页中。 有多种配置选项,包括和。 我在免费的教育指南中使用了此沙箱: 用法 沙盒可以通过以下两种方式之一包含在您的网站中: 有关旧版React Native特定文档的信息,请参见 作为React组件 如果您使用的是React: npm install --save javascript-playgrounds # or yarn add javascript-playgrounds 然后: import Playground from 'javascript-playgrounds' export default function App ( ) { return < Playground st