1.html 2.18 KB
<html xmlns="http://www.w3.org/1998/Math/MathML">
  <head>
    <meta charset="UTF-8"/>
    <title>MathML示例</title>
	<style>
	math {
	size: 14px;
}
	</style>
<script id="MathJax-script" async src="tex-mml-chtml.js"></script>
<script>
MathJax = {
  tex: {
    inlineMath: [['$', '$']]
  }
};
</script>
  </head>
  <body>
  <p>一、我是题干我是题干我是题干我是题干我是题干我是题干我是题干</p>
    <p>A.   
<math xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:mml="http://www.w3.org/1998/Math/MathML"><mo>(</mo><mfrac><mrow><mn>1</mn></mrow><mrow><mn>2</mn></mrow></mfrac><msup><mrow><mo>)</mo></mrow><mrow><mo>-</mo><mn>1</mn></mrow></msup><mo>+</mo><mn>3</mn><mi>t</mi><mi>a</mi><mi>n</mi><mn>30</mn><mo>°</mo><mo>-</mo><mo>(</mo><msqrt><mn>3</mn></msqrt><mo>-</mo><mi>π</mi><msup><mrow><mo>)</mo></mrow><mrow><mn>0</mn></mrow></msup><mo>-</mo><mroot><mrow><mn>8</mn></mrow><mrow><mn>3</mn></mrow></mroot></math>
    </p>
	  <p>B. 2$a$<sup>2</sup>
<math xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:mml="http://www.w3.org/1998/Math/MathML">
	<mfenced open="{" close="">
		<mrow>
			<mtable columnalign="left">
				<mtr>
					<mtd>
						<mn>4</mn>
						<mi>x</mi>
						<mo>-</mo>
						<mn>6</mn>
						<mo></mo>
						<mn>5</mn>
						<mo>(</mo>
						<mi>x</mi>
						<mo>-</mo>
						<mn>1</mn>
						<mo>)</mo>
						<mo></mo>
					</mtd>
				</mtr>
				<mtr>
					<mtd>
						<mfrac>
							<mrow>
								<mi>x</mi>
							</mrow>
							<mrow>
								<mn>3</mn>
							</mrow>
						</mfrac>
						<mo></mo>
						<mn>2</mn>
						<mo>-</mo>
						<mfrac>
							<mrow>
								<mi>x</mi>
								<mo>-</mo>
								<mn>2</mn>
							</mrow>
							<mrow>
								<mn>6</mn>
							</mrow>
						</mfrac>
						<mi></mi>
					</mtd>
				</mtr>
			</mtable>
		</mrow>
	</mfenced>
</math>
    </p>
	<p>
	C. <math xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:mml="http://www.w3.org/1998/Math/MathML"><mi>y</mi><mo>=</mo><mfrac><mrow><mn>2</mn></mrow><mrow><mi>x</mi></mrow></mfrac></math>
	</p>
  </body>
</html>