菜鸟教程 tryjs_timing_infinite 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <form>
<input type="button" value="Start count!" onclick="doTimer()">
<input type="text" id="txt">
</form>
<p>Click on the button above. The input field will count forever, starting at 0.</p>