You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ch5/ch5-05.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -623,7 +623,7 @@ <h2>5.5. 函数值</h2>
623
623
...
624
624
</code></pre>
625
625
<p><strong>练习 5.7:</strong> 完善startElement和endElement函数,使其成为通用的HTML输出器。要求:输出注释结点,文本结点以及每个元素的属性(< a href='...'>)。使用简略格式输出没有孩子结点的元素(即用<code><img/></code>代替<code><img></img></code>)。编写测试,验证程序输出的格式正确。(详见11章)</p>
0 commit comments