vtils

Home > utils > htmlToDocumentFragment

htmlToDocumentFragment() function

将 HTML 字符串转为 DocumentFragment。

Signature:

export declare function htmlToDocumentFragment(html: string): DocumentFragment;

Parameters

Parameter Type Description
html string HTML 字符串

Returns:

DocumentFragment