import React from 'react'; import Tools from '../../tools/index' export default class PercentageRing extends React.Component { constructor(props){ super(props); } componentDidMount() { let canvas = this.refs.ring; let width = canvas.offsetWidth; let
第1章 创建HTML文档 11.1 HTML文档的基本结构 2 <html> <head> <title>Title of page</title> </head> <body> This is my first homepage. <b>This text is bold</b> </body> </html> <!-- HTML文档中,第一个标签是<html>.这个