我是编码新手,需要在页面上的 HTML 表单中创建 HTML 文本,并在 Javascript 警报框中打开该文本。我尝试了各种代码但没有成功。这是我到目前为止所想出的,它不会创建弹出警报框:
这是 HTML 和 JS:
Function myfunction1()
{
Let myfun1 = document.getElementById('sec1-input').value;
Alert(myfun1);
}
<div class="form-group">
<label for="sec1-input"><strong>Enter Alert Text: </strong></label>
<input type="text" class="form-control" id="sec1-input">
</div>
<button id="sec1-btn1" type="button" class="btn btn-primary">Alert Me!</button>
千巷猫影
郎朗坤
叮当猫咪
胡说叔叔