我想将从上一页发送的文本添加到按钮的值中,因此该按钮将发送的值和先前的值加在一起。我将值存储在会话存储中只是为了上下文。
页面加载前的示例:
<input type="button" id="reset" value="You have completed ">
页面加载后 - 添加的文本是“洗衣房”:
<input type="button" id="reset" value="You have completed the laundry">
基本上我试过的没有把文本放在按钮内:
<input type="button" id="reset" value="Complete"><label><p id="result"></p></label>
<script>
document.getElementById("result").innerHTML = sessionStorage.getItem("currentAddress");
</script>
泛舟湖上清波郎朗
杨__羊羊
相关分类