SOURCE

console 命令行工具 X clear

                    
>
console
import React,{Component} from 'react';

cl

ReactDOM.render(

	<Myinfo name="jjfd"/>,
document.getElementById('root') 
);
<html>
	<body>
<p id='root'></p>
	</body>
</html>
p{
	color:red;
}