复制代码代码如下:
<html>
<meta http-equiv = "content-type" content = "text /html; charset = utf-8" />
<head>
<title> </title>
<script type = "text/javascript">
Function Reader (เนื้อหา, CID, stopId, ดำเนินการต่อ) {
this.conload = document.getElementById (CID);
this.stopbtn = document.getElementById (stopId);
this.continueBtn = document.getElementById (ดำเนินการต่อ);
this.content = เนื้อหา;
this.index = 0;
var t = สิ่งนี้;
this.stopbtn.onclick = (
การทำงาน () {
return function () {
T.StopReader (T);
-
}) (t);
this.continuebtn.onclick = (
การทำงาน () {
return function () {
T.Continuereader (T);
-
}) (t);
-
reader.prototype = {
StarTreader: function () {
var t = สิ่งนี้;
t.toid = setInterval (ฟังก์ชัน () {
if (t.content [t.index]) {
t.conload.innerhtml += t.content [t.index];
-
T.Index ++;
if (t.content.length == t.index) {
ClearInterval (T.Toid);
t.conload.innerhtml += "【未完待续】";
-
}, 200);
-
StopReader: ฟังก์ชัน (t) {
t.flag = true;
ClearInterval (T.Toid);
-
Continuereader: ฟังก์ชั่น (t) {
ถ้า (t.flag)
T.StartReader ();
t.flag = false;
-
-
var content = "蒙古亲王僧格林沁悍勇猛, 他率领的军队向来号称能征惯战, 八旗兵、绿营他都看不上眼, 更何况那些临时招募的练勇。可偏偏就是这些他眼中的更何况那些临时招募的练勇。可偏偏就是这些他眼中的乌合之众, 这些年来在江南战果累累, 最终攻下了江宁, 夺得了对太平军作战的全胜。 " +
"相反地, 他的蒙古铁骑在与捻军的角逐中常常打败仗, 相形之下, 昔日的声威锐减。这个一代天骄的后裔, 对曾氏兄弟和湘军窝着一肚皮无名怒火。" +
"湘军进江宁后, 打劫财富,,, 又放走幼天王, 朝野谤四起, 物议沸腾, 僧格林沁听了十分得意, 赶紧打发富明阿以视察满城为由, 去江宁实地了解去江宁实地了解。谁料曾国荃一吓一贿征服了富明阿, 江宁将军回去后向僧格林沁作了假汇报。 ";
// 页面加载完成之后执行。
window.onload = function () {
ผู้อ่านใหม่ (เนื้อหา "เนื้อหา", "btnstop", "btncontinue"). StarTreader ();
-
</script>
<body>
<div id = 'เนื้อหา'> </div>
<div id = 'ทำงาน'> <อินพุต type = 'ปุ่ม' id = 'btnstop' value = 'stop'/> <อินพุต type = 'ปุ่ม' id = 'btncontinue' value = 'ดำเนินการต่อ'/> </div>
</body>
</html>