Example: react html parser import React from 'react';function transform(node) { if (node.type === 'tag' && node.name === 'b') { return This was a bold tag.
確定! 回上一頁