如何用javascript清除input里type=text的value值1、在js里添加,document.getElementById("t").value=""2、input里如果没有id属性,请修改为<input type="text"2023-02-22JavaScript190