Skip to content

Commit 418f551

Browse files
authored
Update hitNJLZ.html
1 parent 30471b6 commit 418f551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hitNJLZ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</script-->
2424
</head>
2525
<body>
26-
<input id="num" width="100px" value="100"></input><br />
26+
<input type="text" id="numinput" width="100px" value="100"></input><br />
2727
<input type="button" id="start" value="开始"></input>
2828
<input type="button" id="end" value="停止"></input>
2929
<br />
@@ -44,7 +44,7 @@
4444
var t1;
4545

4646
$("#start").click(function(){
47-
alert($("#num").value);
47+
alert($("#numinput").value);
4848
t1 = window.setInterval("loadf()",100);//parseInt($("#num").value,10)
4949
//$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
5050
});

0 commit comments

Comments
 (0)