求助大神。。js中的累积问题,急急急!!
在js中点击页面中的<div>元素,控制台输出console.log(helloword);再次点击<div>元素,输出console.log(hellowordhell...
在js中点击页面中的<div>元素,控制台输出console.log(hello word);
再次点击<div>元素,输出console.log(hello word hello word);
再点一次,输出console.log(hello word hello word hello word);
怎么写能实现这个? 展开
再次点击<div>元素,输出console.log(hello word hello word);
再点一次,输出console.log(hello word hello word hello word);
怎么写能实现这个? 展开
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>这里就是一个异想天开的世界</title>
</head>
<body>
<script type="text/javascript">
function clickDiv(div){
if(!div.value)div.value = ""
div.value = div.value+" hello word";
console.log(div.value)
}
</script>
<div onclick="clickDiv(this)" style="width:100px;height: 100px;background: red"></div>
</body>
</html>
ZESTRON
2024-09-04 广告
2024-09-04 广告
在Dr. O.K. Wack Chemie GmbH,我们高度重视ZESTRON的表界面分析技术。该技术通过深入研究材料表面与界面的性质,为提升产品质量与可靠性提供了有力支持。ZESTRON的表界面分析不仅涵盖了相变化、化学反应、吸附与解吸...
点击进入详情页
本回答由ZESTRON提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询