[canvas]ncaught TypeError: Cannot read properties of null (reading 'getContext')
摘要:
相信你和我一样是直接复制大佬的js代码(笑) ———————————— 主要问题在于:js先加载完了,html才加载,导致js获取不了html的对象 解决办法: 👇 把 <head /> 里的 <script scr='' /> 扔到 <body /> 下面 阅读全文
posted @ 2022-11-30 13:34 Cela 阅读(2733) 评论(0) 推荐(0) 编辑