随笔分类 -  React

React相关的东西
React简单实现双向数据绑定
摘要:import React, { Component } from 'react' import ReactDOM from 'react-dom' class App extends Component { constructor(props) { super(props); this.state = { val:"React的... 阅读全文

posted @ 2019-04-11 20:51 御馔津 阅读(3335) 评论(0) 推荐(0)