当前位置:首页 > 前端 / HTML

Input报错“Form elements must have labels: Element has no title attribute Element has no placeholde”

邻居的猫1个月前 (12-09)677
Input报错“Form elements must have labels: Element has no title attribute Element has no placeholde”
写表单,无需 label 标签,只需给 input 添加 title 或 placeholder 任一属性,即可消除浏览器后台管理的Error~...