freeCodeCamp/guide/chinese/canvas/index.md

11 lines
329 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Canvas
localeTitle: 帆布
---
## HTML5画布
Canvas是HTML5中引入的一种技术可以通过`<canvas>`标签访问。它允许通过Javascript绘制图形并且是在Web上进行交互的强大工具。
#### 更多信息:
* [MDN Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)