superwunc

Results 1 issues of superwunc

Hi, 我参考react 下的demo ,代码如下 ``` import React from "react"; import HQChart from "hqchart"; class KLine extends React.Component { constructor(props) { //构造函数 super(props); this.initCanvas = this.initCanvas.bind(this); this.state = { Symbol: "600000.sh",...