ParagraphElement 构造函数
实现
factory ParagraphElement() => JS<ParagraphElement>(
'returns:ParagraphElement;creates:ParagraphElement;new:true',
'#.createElement(#)',
document,
"p");
factory ParagraphElement() => JS<ParagraphElement>(
'returns:ParagraphElement;creates:ParagraphElement;new:true',
'#.createElement(#)',
document,
"p");