HTML5 Canvas 提供了很多图形绘制的函数,但是很可惜,Canvas API只提供了画实线的函数(lineTo),却并未提供画虚线的方法。这样的设计有时会带来很大的不便,《JavaScript权威指南》的作者David Flanagan就认为这样的决定是有问题的,尤其是在标准的修改和实现都比较简单的情况下 ([…something that is so trivial to add to the specification and so trivial to implement… I really think you’re making a mistake here] — http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-May/011224.html)。