点一下删除1个,点一下再删除1个,能不能一次性删除啊?
换成
function clearText() {
document.getElementById('content').innerHTML="";
}