React中的终端 呈现终端的组件 目录 安装 npm install terminal-in-react --save 或者如果您使用yarn yarn add terminal-in-react 该软件包还取决于react因此请确保您已经安装了它。 用法 import React , { Component } from ' react ' ; import Terminal from ' terminal-in-react ' ; class App extends Component { showMsg = () => ' Hello World ' render () {