簡體   English   中英

在html5中,mathML square root和factorial不支持

[英]mathML square root and factorial not support in html5

這是我的mathml代碼,但它不能正常工作html5.how我會解決這個問題請幫助我

<math xmlns="http://www.w3.org/1998/Math/MathML"><mroot><mn>123</mn><mn>123123</mn></mroot></math>  

它適用於Firefox 47; 它不適用於Chrome或IE。 這是我的HTML頁面的整個文本:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5 with MathML</title>
</head>
<body><p>Here is some MathML...
<math xmlns="http://www.w3.org/1998/Math/MathML"><mroot><mn>123</mn><mn>123123</mn></mroot></math>
</p>
</body>
</html>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM