标签: H5
加了form标签依然提示[DOM] Password field is not contained in a form解决办法
如果你已经将输入框(input)放入了form标签中,但仍然收到”[DOM] Password field is not contained in a form”的提示,可能是因为输入框的类型(type)设置为”password”
阅读全文 »如果你已经将输入框(input)放入了form标签中,但仍然收到”[DOM] Password field is not contained in a form”的提示,可能是因为输入框的类型(type)设置为”password”
阅读全文 »