兰州论坛网站建设建立网站的基本步骤
babel转义。如果是小写的标签,将会转译成标签名。如果首字母大写,会转译成该函数名。。截图传不上来。
function Comp(){
return <a></a>}<Comp id='root' key='key'>test<span>111</span></Comp>"use strict";function Comp() {return React.createElement("a", null);
}React.createElement(Comp, {id: "root",key: "key"
}, "test", React.createElement("span", null, "111"));