您好我使用openxml sdk并且我喜欢解析Word文档但是有一些超链接存在问题。他们不是超链接类。 它们在运行时被分开,运行时使用instrText = HYPERLINK运行。为什么链接有两种不同类型的链接?哪种解析链接类型的最佳方法是在不同的运行中拆分并从HYPERLINK开始?
<w:r>
<w:rPr>
</w:rPr>
...
<w:instrText xml:space="preserve"> HYPERLINK "</w:instrText>
</w:r>
<w:r w:rsidRPr="00000D8A">
...
<w:instrText>http://testautomation.applitools.com/post/94994807787/protractor-vs-selenium-which-is-easier</w:instrText>
</w:r>
<w:r>
...
<w:instrText xml:space="preserve">" </w:instrText>
</w:r>
<w:r>
...
<w:fldChar w:fldCharType="separate"/>
</w:r>
<w:r w:rsidRPr="00F145BD">
<w:rPr>
...
</w:rPr>
<w:t>http://testautomation.applitools.com/post/94994807787/protractor-vs-selenium-which-is-easier</w:t>
</w:r>
&#13;