html 里怎么画一个矩形这个可以用canvas来画,先说最简单的一种 就是给一个盒子 加上边框方法一:html部分写一个div <div><div>css 部分:div{width:200px给200像素的宽h2023-02-28html-css150