button与input button区别
如果在普通标签中使用,两者没有区别 如果在form表单中使用,<input type="button">不会提交表单,而<button type="submit">或 ...
如果在普通标签中使用,两者没有区别 如果在form表单中使用,<input type="button">不会提交表单,而<button type="submit">或 ...