-
Notifications
You must be signed in to change notification settings - Fork 21
/
english.html
662 lines (612 loc) · 30.3 KB
/
english.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="description" content="Free Ebook 免费电子书 免费epub电子书 电子书大全 电子书下载 光剑免费图书馆 東海陳光劍的博客">
<link rel="shortcut icon" href="favicon.ico">
<title>光剑免费图书馆 Free Ebook</title>
<style>
li {
list-style-type: none;
}
</style>
<!-- jquery, bootstrap,dataTables -->
<script src="//cdn.bootcss.com/jquery/2.0.0/jquery.min.js"></script>
<link href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/datatables/1.10.10/css/jquery.dataTables.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/datatables/1.10.10/css/jquery.dataTables_themeroller.css" rel="stylesheet">
<script src="//cdn.bootcss.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/datatables/1.10.10/js/dataTables.bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/datatables/1.10.10/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="css/home.css">
<!-- 百度统计代码 -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?f29971d7ef634e38b8912a618e7a4f67";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<nav class="navbar navbar-inverse" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" style="font-size: 15pt"> WFeB全球免费图书馆 World Free eBook </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="classic.html">经典畅销书</a></li>
<li><a href="china_classic.html">中国古典文学</a></li>
<li><a href="biography.html">人物传记</a></li>
<li><a href="medicine.html">中医养生</a></li>
<li><a href="love.html">两性爱情</a></li>
<li><a href="computer.html">计算机编程</a></li>
<li><a href="swordmen_novel.html">武侠小说</a></li>
<li><a href="guanchang_shangzhan.html">官场商战</a></li>
<li><a href="work.html">职场工作</a></li>
<li><a href="financial_investment.html">理财投资</a></li>
<li><a href="ibooks.html">光剑阅读小馆</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<header class="inner">
<!--<a id="forkme_banner" href="https://github.com/universsky">View on GitHub </a>-->
<h1 id="project_title">WFeB全球免费图书馆 World Free eBook</h1>
<p></p>
<h3 id="project_tagline">道之所在,虽千万人吾往矣;义之所当,千金散尽不后悔;情之所钟,世俗礼法如粪土;兴之所至,与君痛饮三百杯.</h3>
</header>
</div>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<div class="container-fluid">
<a href="index.html"><h2>光剑免费图书馆</h2></a>
<h4>英文原著经典</h4>
<table id="dataTable" class="table table-hover table-responsive">
<thead>
<tr>
<th>ID</th>
<th>书名</th>
</tr>
</thead>
<tbody>
<tr>
<td>8400</td>
<td><a href="epubjs/html/08400_A Defence of Free-Thinking in Mathematics.html">A Defence of
Free-Thinking in Mathematics</a></td>
</tr>
<tr>
<td>8401</td>
<td><a href="epubjs/html/08401_A General Introduction to Psychoanalysis, by Sigmund Freud.html">A
General Introduction to Psychoanalysis, by Sigmund Freud</a></td>
</tr>
<tr>
<td>8402</td>
<td>
<a href="epubjs/html/08402_A Lute of Jade Being Selections from the Classical Poets of China.html">A
Lute of Jade Being Selections from the Classical Poets of China</a></td>
</tr>
<tr>
<td>8403</td>
<td>
<a href="epubjs/html/08403_A Modern Theory of Ethics- A study of the Relations of Ethics and Psychology.html">A
Modern Theory of Ethics- A study of the Relations of Ethics and Psychology</a></td>
</tr>
<tr>
<td>8404</td>
<td>
<a href="epubjs/html/08404_A Treatise on the Science of the Household in the form of a Dialogue.html">A
Treatise on the Science of the Household in the form of a Dialogue</a></td>
</tr>
<tr>
<td>8405</td>
<td><a href="epubjs/html/08405_adventures_in_somali_land.html">adventures_in_somali_land</a></td>
</tr>
<tr>
<td>8406</td>
<td><a href="epubjs/html/08406_Among the Tibetans.html">Among the Tibetans</a></td>
</tr>
<tr>
<td>8407</td>
<td><a href="epubjs/html/08407_An Essay Concerning Human Understanding-John Locke.html">An Essay
Concerning Human Understanding-John Locke</a></td>
</tr>
<tr>
<td>8408</td>
<td>
<a href="epubjs/html/08408_An essay on the principle of population, as it affects the future improvement of society.html">An
essay on the principle of population, as it affects the future improvement of society</a>
</td>
</tr>
<tr>
<td>8409</td>
<td><a href="epubjs/html/08409_An Essay Towards a New Theory of Vision.html">An Essay Towards a New
Theory of Vision</a></td>
</tr>
<tr>
<td>8410</td>
<td><a href="epubjs/html/08410_Around the World in Seventy-Two Days.html">Around the World in
Seventy-Two Days</a></td>
</tr>
<tr>
<td>8411</td>
<td><a href="epubjs/html/08411_australian-in-china.html">australian-in-china</a></td>
</tr>
<tr>
<td>8412</td>
<td><a href="epubjs/html/08412_chinese-pictures.html">chinese-pictures</a></td>
</tr>
<tr>
<td>8413</td>
<td><a href="epubjs/html/08413_Concerning the Nature of Things, by William Henry Bragg.html">Concerning
the Nature of Things, by William Henry Bragg</a></td>
</tr>
<tr>
<td>8414</td>
<td><a href="epubjs/html/08414_discovery_of_the_source_of_the_nile.html">discovery_of_the_source_of_the_nile</a>
</td>
</tr>
<tr>
<td>8415</td>
<td><a href="epubjs/html/08415_Drawings of Leonardo da Vinci, by Leonardo da Vinci.html">Drawings of
Leonardo da Vinci, by Leonardo da Vinci</a></td>
</tr>
<tr>
<td>8416</td>
<td><a href="epubjs/html/08416_Eastern Shame Girl and other tales.html">Eastern Shame Girl and other
tales</a></td>
</tr>
<tr>
<td>8417</td>
<td><a href="epubjs/html/08417_electrons-and-ether-waves.html">electrons-and-ether-waves</a></td>
</tr>
<tr>
<td>8418</td>
<td><a href="epubjs/html/08418_Evidence as to Man’s Place in Nature.html">Evidence as to Man’s Place
in Nature</a></td>
</tr>
<tr>
<td>8419</td>
<td><a href="epubjs/html/08419_Experiences in the Friends’ Ambulance Unit.html">Experiences in the
Friends’ Ambulance Unit</a></td>
</tr>
<tr>
<td>8420</td>
<td><a href="epubjs/html/08420_First footsteps in East Africa, by Richard Burton.html">First
footsteps in East Africa, by Richard Burton</a></td>
</tr>
<tr>
<td>8421</td>
<td><a href="epubjs/html/08421_Five of Maxwell's Papers.html">Five of Maxwell's Papers</a></td>
</tr>
<tr>
<td>8422</td>
<td><a href="epubjs/html/08422_General Theory of Employment, Interest, and Money, by Keynes.html">General
Theory of Employment, Interest, and Money, by Keynes</a></td>
</tr>
<tr>
<td>8423</td>
<td><a href="epubjs/html/08423_Geometrical Solutions Derived from Mechanics.html">Geometrical
Solutions Derived from Mechanics</a></td>
</tr>
<tr>
<td>8424</td>
<td><a href="epubjs/html/08424_Go East, Young Man.html">Go East, Young Man</a></td>
</tr>
<tr>
<td>8425</td>
<td><a href="epubjs/html/08425_history-of-rome.html">history-of-rome</a></td>
</tr>
<tr>
<td>8426</td>
<td><a href="epubjs/html/08426_Journey to the West.html">Journey to the West</a></td>
</tr>
<tr>
<td>8427</td>
<td><a href="epubjs/html/08427_Laws Plato.html">Laws Plato</a></td>
</tr>
<tr>
<td>8428</td>
<td><a href="epubjs/html/08428_Lecture On The Times - Ralph Waldo Emerson.html">Lecture On The Times
- Ralph Waldo Emerson</a></td>
</tr>
<tr>
<td>8429</td>
<td><a href="epubjs/html/08429_Missionary Travels and Researches in South Africa.html">Missionary
Travels and Researches in South Africa</a></td>
</tr>
<tr>
<td>8430</td>
<td><a href="epubjs/html/08430_Native tribes of the Northern Territory of Australia.html">Native
tribes of the Northern Territory of Australia</a></td>
</tr>
<tr>
<td>8431</td>
<td>
<a href="epubjs/html/08431_Observations on the Effects of the Corn Laws, and of a Rise or Fall in the Price of Corn on the Agriculture and General Wealth of the Country.html">Observations
on the Effects of the Corn Laws, and of a Rise or Fall in the Price of Corn on the
Agriculture and General Wealth of the Country</a></td>
</tr>
<tr>
<td>8432</td>
<td><a href="epubjs/html/08432_Of Suicide -David Hume.html">Of Suicide -David Hume</a></td>
</tr>
<tr>
<td>8433</td>
<td><a href="epubjs/html/08433_Of Superstition and Enthusiasm-David Hume.html">Of Superstition and
Enthusiasm-David Hume</a></td>
</tr>
<tr>
<td>8434</td>
<td><a href="epubjs/html/08434_Of the Immortality of the Soul-David Hume.html">Of the Immortality of
the Soul-David Hume</a></td>
</tr>
<tr>
<td>8435</td>
<td><a href="epubjs/html/08435_On Dreams.html">On Dreams</a></td>
</tr>
<tr>
<td>8436</td>
<td><a href="epubjs/html/08436_On Longevity and Shortness of Life.html">On Longevity and Shortness
of Life</a></td>
</tr>
<tr>
<td>8437</td>
<td><a href="epubjs/html/08437_On Memory and Reminiscence.html">On Memory and Reminiscence</a></td>
</tr>
<tr>
<td>8438</td>
<td>
<a href="epubjs/html/08438_On Our Knowledge of the Causes of the Phenomena of Organic Nature.html">On
Our Knowledge of the Causes of the Phenomena of Organic Nature</a></td>
</tr>
<tr>
<td>8439</td>
<td><a href="epubjs/html/08439_On Prophesying by Dreams.html">On Prophesying by Dreams</a></td>
</tr>
<tr>
<td>8440</td>
<td><a href="epubjs/html/08440_On Sense and the Sensible.html">On Sense and the Sensible</a></td>
</tr>
<tr>
<td>8441</td>
<td><a href="epubjs/html/08441_On Sleep and Sleeplessness.html">On Sleep and Sleeplessness</a></td>
</tr>
<tr>
<td>8442</td>
<td><a href="epubjs/html/08442_On the Improvement of Understanding-Benedict de Spinoza.html">On the
Improvement of Understanding-Benedict de Spinoza</a></td>
</tr>
<tr>
<td>8443</td>
<td><a href="epubjs/html/08443_On the law which has regulated the introduction of new species.html">On
the law which has regulated the introduction of new species</a></td>
</tr>
<tr>
<td>8444</td>
<td><a href="epubjs/html/08444_On the Magnet, by William Gilbert.html">On the Magnet, by William
Gilbert</a></td>
</tr>
<tr>
<td>8445</td>
<td><a href="epubjs/html/08445_On the Soul.html">On the Soul</a></td>
</tr>
<tr>
<td>8446</td>
<td><a href="epubjs/html/08446_On the Study of Zoology.html">On the Study of Zoology</a></td>
</tr>
<tr>
<td>8447</td>
<td>
<a href="epubjs/html/08447_On the tendency of varieties to depart indefinitely from the original type.html">On
the tendency of varieties to depart indefinitely from the original type</a></td>
</tr>
<tr>
<td>8448</td>
<td><a href="epubjs/html/08448_On youth and old age, on life and death, on breathing.html">On youth
and old age, on life and death, on breathing</a></td>
</tr>
<tr>
<td>8449</td>
<td><a href="epubjs/html/08449_Physics, by Aristotle.html">Physics, by Aristotle</a></td>
</tr>
<tr>
<td>8450</td>
<td><a href="epubjs/html/08450_Politics Aristotle.html">Politics Aristotle</a></td>
</tr>
<tr>
<td>8451</td>
<td><a href="epubjs/html/08451_principles-of-geology.html">principles-of-geology</a></td>
</tr>
<tr>
<td>8452</td>
<td><a href="epubjs/html/08452_romance-of-the-three-kingdoms.html">romance-of-the-three-kingdoms</a>
</td>
</tr>
<tr>
<td>8453</td>
<td><a href="epubjs/html/08453_Science and Method Henri Poincaré.html">Science and Method Henri
Poincaré</a></td>
</tr>
<tr>
<td>8454</td>
<td><a href="epubjs/html/08454_science-and-education.html">science-and-education</a></td>
</tr>
<tr>
<td>8455</td>
<td><a href="epubjs/html/08455_Seven Pillars of Wisdom.html">Seven Pillars of Wisdom</a></td>
</tr>
<tr>
<td>8456</td>
<td><a href="epubjs/html/08456_Six Lectures on Light, by John Tyndall.html">Six Lectures on Light,
by John Tyndall</a></td>
</tr>
<tr>
<td>8457</td>
<td><a href="epubjs/html/08457_Strange Stories from the Lodge of Leisures Pu Songling.html">Strange
Stories from the Lodge of Leisures Pu Songling</a></td>
</tr>
<tr>
<td>8458</td>
<td><a href="epubjs/html/08458_studies-in-radioactivity.html">studies-in-radioactivity</a></td>
</tr>
<tr>
<td>8459</td>
<td><a href="epubjs/html/08459_Sun Tzu on the Art of War.html">Sun Tzu on the Art of War</a></td>
</tr>
<tr>
<td>8460</td>
<td><a href="epubjs/html/08460_The Advancement of Learning-Francis Bacon.html">The Advancement of
Learning-Francis Bacon</a></td>
</tr>
<tr>
<td>8461</td>
<td><a href="epubjs/html/08461_The Analects of Confucius.html">The Analects of Confucius</a></td>
</tr>
<tr>
<td>8462</td>
<td><a href="epubjs/html/08462_The Analytical Theory of Heat.html">The Analytical Theory of Heat</a>
</td>
</tr>
<tr>
<td>8463</td>
<td><a href="epubjs/html/08463_The Dance of Death, by Hans Holbein.html">The Dance of Death, by Hans
Holbein</a></td>
</tr>
<tr>
<td>8464</td>
<td><a href="epubjs/html/08464_The Design and Construction of eBooks.html">The Design and
Construction of eBooks</a></td>
</tr>
<tr>
<td>8465</td>
<td><a href="epubjs/html/08465_The Doctrine of the Mean.html">The Doctrine of the Mean</a></td>
</tr>
<tr>
<td>8466</td>
<td><a href="epubjs/html/08466_The Dream of the Red Chamber紅樓夢.html">The Dream of the Red
Chamber紅樓夢</a></td>
</tr>
<tr>
<td>8467</td>
<td><a href="epubjs/html/08467_The Essays Francis Bacon.html">The Essays Francis Bacon</a></td>
</tr>
<tr>
<td>8468</td>
<td><a href="epubjs/html/08468_The Great Gatsby, by F. Scott Fitzgerald.html">The Great Gatsby, by
F. Scott Fitzgerald</a></td>
</tr>
<tr>
<td>8469</td>
<td><a href="epubjs/html/08469_The Great Instauration-Francis Bacon.html">The Great
Instauration-Francis Bacon</a></td>
</tr>
<tr>
<td>8470</td>
<td><a href="epubjs/html/08470_The Great Learning.html">The Great Learning</a></td>
</tr>
<tr>
<td>8471</td>
<td><a href="epubjs/html/08471_The History Herodotus.html">The History Herodotus</a></td>
</tr>
<tr>
<td>8472</td>
<td>
<a href="epubjs/html/08472_The History of the Decline and Fall of the Roman Empire, by Edward Gibbon.html">The
History of the Decline and Fall of the Roman Empire, by Edward Gibbon</a></td>
</tr>
<tr>
<td>8473</td>
<td><a href="epubjs/html/08473_The Interpretation of Dreams, by Sigmund Freud.html">The
Interpretation of Dreams, by Sigmund Freud</a></td>
</tr>
<tr>
<td>8474</td>
<td><a href="epubjs/html/08474_The Land of Midian.html">The Land of Midian</a></td>
</tr>
<tr>
<td>8475</td>
<td>
<a href="epubjs/html/08475_The Mathematical Principles of Natural Philosophy, by Isaac Newton.html">The
Mathematical Principles of Natural Philosophy, by Isaac Newton</a></td>
</tr>
<tr>
<td>8476</td>
<td><a href="epubjs/html/08476_The Mystic Number A glance at the System of Nature.html">The Mystic
Number A glance at the System of Nature</a></td>
</tr>
<tr>
<td>8477</td>
<td><a href="epubjs/html/08477_The Origin of Species, by Charles Darwin.html">The Origin of Species,
by Charles Darwin</a></td>
</tr>
<tr>
<td>8478</td>
<td><a href="epubjs/html/08478_The Rights of Man.html">The Rights of Man</a></td>
</tr>
<tr>
<td>8479</td>
<td>
<a href="epubjs/html/08479_The Seven Books on the Art of War, by Niccolo Machiavelli, Citizen and Secretary of Florence.html">The
Seven Books on the Art of War, by Niccolo Machiavelli, Citizen and Secretary of Florence</a>
</td>
</tr>
<tr>
<td>8480</td>
<td><a href="epubjs/html/08480_The Soul of Man Under Socialism.html">The Soul of Man Under
Socialism</a></td>
</tr>
<tr>
<td>8481</td>
<td><a href="epubjs/html/08481_The System of the World Isaac Newton.html">The System of the World
Isaac Newton</a></td>
</tr>
<tr>
<td>8482</td>
<td><a href="epubjs/html/08482_The Value of Science Henri Poincaré.html">The Value of Science Henri
Poincaré</a></td>
</tr>
<tr>
<td>8483</td>
<td><a href="epubjs/html/08483_The Voyage of the Beagle, by Charles Darwin.html">The Voyage of the
Beagle, by Charles Darwin</a></td>
</tr>
<tr>
<td>8484</td>
<td>
<a href="epubjs/html/08484_Thoughts on Man, His Nature, Productions and Discoveries Interspersed with Some Particulars Respecting the Author.html">Thoughts
on Man, His Nature, Productions and Discoveries Interspersed with Some Particulars
Respecting the Author</a></td>
</tr>
<tr>
<td>8485</td>
<td><a href="epubjs/html/08485_Time and Free Will.html">Time and Free Will</a></td>
</tr>
<tr>
<td>8486</td>
<td><a href="epubjs/html/08486_Travels in West Africa-Congo Francais, Corisco and Cameroons.html">Travels
in West Africa-Congo Francais, Corisco and Cameroons</a></td>
</tr>
<tr>
<td>8487</td>
<td><a href="epubjs/html/08487_Treatise on Light, by Christiaan Huygens.html">Treatise on Light, by
Christiaan Huygens</a></td>
</tr>
<tr>
<td>8488</td>
<td>
<a href="epubjs/html/08488_Two Trips to Gorilla Land and the Cataracts of the Congo, by Richard F. Burton.html">Two
Trips to Gorilla Land and the Cataracts of the Congo, by Richard F. Burton</a></td>
</tr>
<tr>
<td>8489</td>
<td><a href="epubjs/html/08489_Unbeaten Tracks in Japan.html">Unbeaten Tracks in Japan</a></td>
</tr>
<tr>
<td>8490</td>
<td><a href="epubjs/html/08490_Walden-Henry David Thoreau.html">Walden-Henry David Thoreau</a></td>
</tr>
<tr>
<td>8491</td>
<td><a href="epubjs/html/08491_Wealth of Nations, by Adam Smith.html">Wealth of Nations, by Adam
Smith</a></td>
</tr>
<tr>
<td>8492</td>
<td><a href="epubjs/html/08492_What Are Spiritual Values-Olaf Stapledon.html">What Are
"Spiritual" Values?-Olaf Stapledon</a></td>
</tr>
<tr>
<td>8493</td>
<td><a href="epubjs/html/08493_老子道經.html">老子道經</a></td>
</tr>
<tr>
<td>8494</td>
<td><a href="epubjs/html/08494_金刚经diamond-sutra.html">金刚经diamond-sutra</a></td>
</tr>
</tbody>
</table>
<!-- 百度分享 -->
<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more"></a><a href="#" class="bds_qzone"
data-cmd="qzone"></a><a
href="#" class="bds_tsina" data-cmd="tsina"></a><a href="#" class="bds_tqq" data-cmd="tqq"></a><a
href="#" class="bds_renren" data-cmd="renren"></a><a href="#" class="bds_weixin"
data-cmd="weixin"></a></div>
<script>window._bd_share_config = {
"common": {
"bdSnsKey": {},
"bdText": "",
"bdMini": "2",
"bdPic": "",
"bdStyle": "0",
"bdSize": "16"
},
"share": {},
"image": {
"viewList": ["qzone", "tsina", "tqq", "renren", "weixin"],
"viewText": "分享到:",
"viewSize": "16"
},
"selectShare": {
"bdContainerClass": null,
"bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"]
}
};
with (document)0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];</script>
</div>
</section>
</div>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='js/jquery.js' type='text/javascript'%3E%3C/script%3E"));
}
$(function () {
$('#dataTable').DataTable({
"paging": true,
"lengthChange": true,
"searching": true,
"ordering": true,
"info": true,
"autoWidth": true,
"aLengthMenu": [10, 20, 50, 100, 200],
"processing": true,
"stateSave": true,
responsive: true,
fixedHeader: true,
order: [[0, "desc"]],
language: {
"search": "<div style='margin-left:auto;margin-right:2px;'>_INPUT_ <span class='btn btn-default'>搜索</span></div>",
paginate: {//分页的样式内容。
previous: "上一页",
next: "下一页",
first: "第一页",
last: "最后"
}
,
zeroRecords: "没有内容",//table tbody内容为空时,tbody的内容。
//下面三者构成了总体的左下角的内容。
info: "总计 _TOTAL_ 本,共 _PAGES_ 页,_START_ - _END_ 本",//左下角的信息显示,大写的词为关键字。
infoEmpty: "0条记录",//筛选为空时左下角的显示。
infoFiltered: ""//筛选之后的左下角筛选提示,
}
})
})
</script>
</body>
</html>