设想一下,您将能够引用在屏幕上呈现的任何HTML元素、更改其属性、设置由事件触发的处理程序并修改其外观,而所有这些都能即时实现。而这一切如今已成为现实。
Imagine that at some point in the future we updated the definition of the record type to include a points element as in Listing 5.设想一下,在未来某个时候,我们更新了record类型的定义,使之包含一个points元素,如清单5所示。
You could hardly imagine a more trivial task: increment a counter when you find a special element.很难想象有比这更繁琐的工作:当您发现一个特殊元素时就将计数器加1。