前面的注释是什么意思?
来源:21-3 尝试写一个属于自己的 React 框架,ReMooc(一)

Dod_Annie
2017-10-24
/** @jsx h */ function h(type,props,...children){ return (type,props,children) }
这段作用是什么?
写回答
2回答
-
编译器会识别后进行转换。
012017-10-24 -
Parry
2017-10-24
编译器会识别后进行转换。
00
相似问题