Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在关注本教程chart.js,我想访问canvas标签内的 html,但我在控制台中看不到任何内容,因此我无法访问它。怎么可能 ?
canvas
与 SVG 不同,Canvas 是位图只写对象。它不包含 HTML。这是“写后忘记”。
通过完全重绘进行更新。除了输出,没有什么可看的。