【发布时间】:2017-05-02 11:22:01
【问题描述】:
我从 Web 服务收到类似这样的字符串:
<p><span class="equation">(x = {-b pm sqrt{b^2-4ac} over 2a})</span><span class="equation">(x = {-b pm sqrt{b^2-4ac} over 2a})</span></p></br>
我想在 TextView 或 WebView 中显示。它包含我想以适当的形式转换的 MathML。
我在网上看到 MathML 可以转换为图像形式并使用。
【问题讨论】:
-
MathML and Java的可能重复
-
字符串中没有 MathML。