数学公式应该怎么在 iOS 上显示?
例如下面这种:
f(x)=2cos2
ωx
2
+cos(ωx+
π
3
)
Sn=1− 1 2 an(n∈N*)
我不是楼主
10 years, 7 months ago
Answers
我也没找到一个很好的解决方案,简单的可以试试UIWebView。
MathML,如:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msup>
<msqrt>
<mrow>
<mi>a</mi>
<mo>+</mo>
<mi>b</mi>
</mrow>
</msqrt>
<mn>27</mn>
</msup>
</math>
再丢个链接: http://www.mathjax.org
●゛小光棍丶
answered 10 years, 7 months ago