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.
当我说不正确时,显然事情会起作用 - 但是以这种方式使用它有什么非法、错误或无效的吗?
说只是一个(x)按钮来关闭一个窗口?(显然在 CSS 中声明的图像和元素中没有内容)。
我知道可以使用的元素有很多选择<button>,<div>,<span>等。但是这是完全错误的还是可以的?
<button>
<div>
<span>
IE8 及更低版本不支持该元素,因此如果要支持 IE8,canvas则不能依赖 a 。canvas
canvas
另外,我的猜测是画布解决方案的性能可能不如简单图像。