复制代码 代码如下: body{font-family: „微软雅黑“;width: 980px; Rand: 0 automatisch; text-align: center;} .box{ Breite: 300px; Höhe: 300px; Hintergrund: grün; Rand: 1px einfarbig #e6e6e6; Zeilenhöhe: 200px; Position: absolut; } Schaltfläche{ Grenze: keine; Hintergrund: grün; Breite: 125px; Höhe: 50px; Zeilenhöhe: 50px; Farbe: #fff; Schriftgröße: 16px; Rand oben: 50px; Schriftfamilie: „微软雅黑“; } 显示text 显示html 显示输入内容 这是要显示粗体的节奏 <br> $(document).ready(function(){<br> $("#btn1").click(function(){<br> alarm("Text: " $("#text").text());<br> });<br> $("#btn2").click(function(){<br> alarm("HTML: " $("#text").html());<br> });<br> $("#btn3").click(function(){<br> alarm("Wert: " $("#input").val());<br> });<br> });<br>