Skip to content

Commit 5e5eae9

Browse files
authored
Update hitNJLZ.html
1 parent af1be90 commit 5e5eae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hitNJLZ.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$("#njlzframe").attr('src', $('#iframe').attr('src'));
1010
}
1111
$("#start").click(function(){
12-
t1 = $("#njlzframe").setInterval(10,loadf());
12+
t1 = $("#njlzframe").setInterval(loadf(),10);
1313
});
1414
$("#end").click(function(){
1515
$("#njlzframe").removeInterval(t1);
@@ -19,8 +19,8 @@
1919
</script>
2020
</head>
2121
<body>
22-
<button id="start" value="开始"><button>
23-
<button id="end" value="停止"><button>
22+
<button id="start" value="开始"></button>
23+
<button id="end" value="停止"></button>
2424
<iframe id="njlzframe"
2525
src ="http://www.njlz.net/X_Views_Article.asp?articleid=3786&sortid=36"
2626
align="middle"

0 commit comments

Comments
 (0)