比如说function draw(t,c){ ctx.fillStyle = c; ctx.fillRect(t%20*20+1,~~(t/20)*20+1,18,18);}这里的~~该怎么理解?谢谢! 查看完整描述