export function createElement(type: string, config: object, ...args: any[]) { const props: IProps = Object.assign({}, config); const hasChildren ...
確定! 回上一頁