1.0.148 • Published 6 years ago
@jddx/ptsy v1.0.148
用法
旧数据展示前转换成新数据格式
import { ArticleConvert } from "@jddx/ptsy/Browser/ArticleConvert";
const convert = new ArticleConvert();
convert.setContent(html);
const convertDOM = convert.getConvertContent();
import { ArticleConvert } from "@jddx/ptsy/Browser/ArticleConvert";
const convert = new ArticleConvert();
convert.setContent(html);
const convertDOM = convert.getConvertContent();