我如何在React jsx中访问xml名称空间

问题描述

我已经像这样在index.html中使用了xml名称空间。

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">

如何在jsx代码中访问这些属性?就像说的那样,这些属性是不确定的。

<p class=MsoNormal>
<span class=subheader1>
<span style='font-size:13.0pt'></span>
</span>
<span style='font-size:12.0pt;font-family:"Arial",sans-serif'><o:p></o:p></span></p>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)