2016-08-01 56 views

回答

0

它爲我在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>