参考:https://stackoverflow.com/questions/14943074/html5-input-colors-default-color?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

<input  type="color">  默认值为“#000000”,

想要更改默认值为白色,改为

<input  type="color" value="#fff">

并未有效果,

<input  type="color" value="#ffffff">

有效,如果要更改默认值必须要用6位数字。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-10
  • 2021-08-30
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2021-10-15
  • 2021-10-17
  • 2022-12-23
  • 2021-08-23
  • 2021-12-08
相关资源
相似解决方案