• 跨域图片资源权限

    HTML 规范文档为 images 引入了 crossorigin 属性, 通过设置适当的头信息 CORS , 可以从其他站点加载 img 图片, 并用在 canvas 中,就像从当前站点(current origin)直接下载的一样.c

    2022-4-15
    99 0 0
  • html ReadOnly 和 Enabled 区别

    ReadOnly 属性的TextBox在客户端会展现成这样的标记: <input readonly = "readonly"> Enabled 属性的TextBox在客户端会展现成这样的标记: <input disabl

    2022-4-14
    103 0 0