-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path我不知道我该怎么说。我不知道这-只为讨口饭.html
841 lines (750 loc) · 48 KB
/
我不知道我该怎么说。我不知道这-只为讨口饭.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
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
<!DOCTYPE html>
<!-- saved from url=(0055)https://lingchensile.lofter.com/post/4b4c504d_2b6155e11 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script type="text/javascript" async="" src="https://wr.da.netease.com/ga.js"></script><script>(function(){function hookGeo() {
//<![CDATA[
const WAIT_TIME = 100;
const hookedObj = {
getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation),
watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation),
fakeGeo: true,
genLat: 38.883333,
genLon: -77.000
};
function waitGetCurrentPosition() {
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
if (hookedObj.fakeGeo === true) {
hookedObj.tmp_successCallback({
coords: {
latitude: hookedObj.genLat,
longitude: hookedObj.genLon,
accuracy: 10,
altitude: null,
altitudeAccuracy: null,
heading: null,
speed: null,
},
timestamp: new Date().getTime(),
});
} else {
hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options);
}
} else {
setTimeout(waitGetCurrentPosition, WAIT_TIME);
}
}
function waitWatchPosition() {
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
if (hookedObj.fakeGeo === true) {
navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
return Math.floor(Math.random() * 10000); // random id
} else {
hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
}
} else {
setTimeout(waitWatchPosition, WAIT_TIME);
}
}
Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) {
hookedObj.tmp_successCallback = successCallback;
hookedObj.tmp_errorCallback = errorCallback;
hookedObj.tmp_options = options;
waitGetCurrentPosition();
};
Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) {
hookedObj.tmp2_successCallback = successCallback;
hookedObj.tmp2_errorCallback = errorCallback;
hookedObj.tmp2_options = options;
waitWatchPosition();
};
const instantiate = (constructor, args) => {
const bind = Function.bind;
const unbind = bind.bind(bind);
return new (unbind(constructor, null).apply(null, args));
}
Blob = function (_Blob) {
function secureBlob(...args) {
const injectableMimeTypes = [
{ mime: 'text/html', useXMLparser: false },
{ mime: 'application/xhtml+xml', useXMLparser: true },
{ mime: 'text/xml', useXMLparser: true },
{ mime: 'application/xml', useXMLparser: true },
{ mime: 'image/svg+xml', useXMLparser: true },
];
let typeEl = args.find(arg => (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type));
if (typeof typeEl !== 'undefined' && (typeof args[0][0] === 'string')) {
const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType => mimeType.mime.toLowerCase() === typeEl.type.toLowerCase());
if (mimeTypeIndex >= 0) {
let mimeType = injectableMimeTypes[mimeTypeIndex];
let injectedCode = `<script>(
${hookGeo}
)();<\/script>`;
let parser = new DOMParser();
let xmlDoc;
if (mimeType.useXMLparser === true) {
xmlDoc = parser.parseFromString(args[0].join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting
} else {
xmlDoc = parser.parseFromString(args[0][0], mimeType.mime);
}
if (xmlDoc.getElementsByTagName("parsererror").length === 0) { // if no errors were found while parsing...
xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode);
if (mimeType.useXMLparser === true) {
args[0] = [new XMLSerializer().serializeToString(xmlDoc)];
} else {
args[0][0] = xmlDoc.documentElement.outerHTML;
}
}
}
}
return instantiate(_Blob, args); // arguments?
}
// Copy props and methods
let propNames = Object.getOwnPropertyNames(_Blob);
for (let i = 0; i < propNames.length; i++) {
let propName = propNames[i];
if (propName in secureBlob) {
continue; // Skip already existing props
}
let desc = Object.getOwnPropertyDescriptor(_Blob, propName);
Object.defineProperty(secureBlob, propName, desc);
}
secureBlob.prototype = _Blob.prototype;
return secureBlob;
}(Blob);
window.addEventListener('message', function (event) {
if (event.source !== window) {
return;
}
const message = event.data;
switch (message.method) {
case 'updateLocation':
if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) {
hookedObj.genLat = message.info.coords.lat;
hookedObj.genLon = message.info.coords.lon;
hookedObj.fakeGeo = message.info.fakeIt;
}
break;
default:
break;
}
}, false);
//]]>
}hookGeo();})()</script>
<link media="screen" type="text/css" rel="stylesheet" href="./我不知道我该怎么说。我不知道这-只为讨口饭_files/pagelayer.css"><script type="text/javascript" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/pagelayer.js.下载"></script><style>.main .text, .m-post .text{-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}</style>
<meta name="themename" content="29002">
<title>我不知道我该怎么说。我不知道这-只为讨口饭</title>
<link rel="shortcut icon" href="https://avaimg.lf127.net/img/9b990eb805932ad3/U0pTYlVJTlZaQjVxU3pLOElVNmI3d3JCOUd1ZENmWW5aOGt6Y1dMbEsvQT0.jpg?imageView&thumbnail=16x16&quality=90&type=jpg">
<meta name="Keywords" content="">
<meta name="Description" content="我不知道我该怎么说。我不知道这个网络变成什么样了。只要你拿不出证据就是假的。那我干脆把身份证都交给你看。什么隐私事和所有聊天记录都给你看。讽刺的是现在网络上有些yyz患者表示自己有yyz就被说是卖惨。从而导致一次次的死亡率增加。有时候难过发表自己的感受。那叫什么?卖惨?还是剥夺人的同情心?我越来越不懂这个社会的孩童。一些年纪可不是拿来对此威胁拿出证据的根本。十三四岁的小弟弟妹妹。你又怎么能知道她们是什么样的的人呢?我们都不知道。但不能因此去随便评判她的好坏。人都需要隐私。你既然想知道我的隐私。我不介意把我家里和前天遇到的事告诉你。但是呢?说了又会被说我是装的 来卖惨的 专门......">
<meta name="image:Logo" content="">
<meta name="image:背景" content="//imglf3.lf127.net/img/1553236065974180.png">
<meta name="color:背景" content="#dfdfe1">
<meta name="color:链接" content="#828d95">
<meta name="if:固定背景" content="1">
<meta name="if:文章显示摘要" content="0">
<meta name="group1:" content="宽度750#宽度750|宽度850|宽度1000">
<meta name="group2:" content="无#木纹|黑红|阳光橙|纸皮盒|蓝红|金皮质|无">
<link href="./我不知道我该怎么说。我不知道这-只为讨口饭_files/fe_style.57e9612bd7579791d6ded501d4283659.css" rel="stylesheet" type="text/css">
<style>
a, a:hover, .day{color:#828d95;}
.sidelist{min-width:535px;}
.sidelist li a, .tag a, .active{background-color:#828d95;}
.day{ border-color:#828d95;}
.text blockquote{ border-left-color:#828d95;}
body{background-color:#dfdfe1;}
#morecontent_frame{margin-top:30px;}
body{background-image:url(//imglf3.lf127.net/img/1553236065974180.png);}
body{background-attachment:fixed;}
.notes .action{width:500px;}
#comment_frame{width:530px;}
.video object,.video embed{width:530px;height:441px;}
</style>
<script src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/tool.min.js.下载"></script><script src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/fle_a0df1d4009c7a2ec5fee_1598608195452_captcha.js.下载"></script><style type="text/css">.common__captcha__modal {
font-size: 0;
}
.common__captcha__modal .common__captcha__modal__mask {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.40);
z-index: 9999;
}
.common__captcha__modal .common__captcha__modal__main {
width: 360px;
background: #FFFFFF;
border-radius: 8px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10000;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__header {
height: 50px;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #E3E3E3;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__header .common__captcha__title {
font-weight: bold;
font-size: 16px;
color: #333333;
letter-spacing: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__header .common__captcha__close {
width: 20px;
height: 20px;
background-image: url('https://easyreadfs.nosdn.127.net/1594111196508/[email protected]');
background-size: contain;
cursor: pointer;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content {
padding: 14px 20px 0 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__reload {
position: absolute;
right: 27px;
top: 21px;
width: 20px;
height: 20px;
background-image: url('https://easyreadfs.nosdn.127.net/1594112515979/[email protected]');
background-size: contain;
z-index: 2;
cursor: pointer;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img {
width: 320px;
position: relative;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__bg {
width: 100%;
border-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__front {
position: absolute;
left: 0;
height: 100%;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__success__tip,
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__error__tip {
width: 100%;
height: 38px;
position: absolute;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__success__tip {
background: #4EB7BA;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__content .common__captcha__img .common__captcha__img__error__tip {
background: #FF5367;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control {
margin: 16px 20px 20px 20px;
position: relative;
background-color: #F5F5F5;
height: 40px;
box-sizing: border-box;
display: flex;
align-items: center;
border-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__slider {
position: absolute;
left: 0;
cursor: pointer;
width: 50px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background: #FFFFFF;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.116805);
border-radius: 8px;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__slider .common__captcha__control__slider__icon {
display: inline-block;
width: 15px;
height: 15px;
background: url('https://easyreadfs.nosdn.127.net/1594201485270/12824fb0aba6669913dfec69edb22caa.jpg') no-repeat;
background-size: contain;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__tip {
width: 100%;
text-align: center;
}
.common__captcha__modal .common__captcha__modal__main .common__captcha__control .common__captcha__control__tip .common__captcha__control__tip__text {
font-size: 14px;
color: #999999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}</style></head>
<body><iframe id="control_frame" allowtransparency="true" scrolling="no" frameborder="0" style="position:fixed;_position:absolute;clear:both; width: 425px; height: 32px; z-index:1337; top:0; right:15px;zoom:1; border:0px; background-color:transparent; overflow:hidden;" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/control.html" width="425px" height="32px"></iframe>
<iframe style="display:none" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/music.html"></iframe>
<div class="h95"></div>
<div class="box wid700 ">
<div class="selfinfo">
<div class="logo">
<a href="https://lingchensile.lofter.com/"><img src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/U0pTYlVJTlZaQjVxU3pLOElVNmI3d3JCOUd1ZENmWW5aOGt6Y1dMbEsvQT0.jpg"><i></i></a>
</div>
<h1><a href="https://lingchensile.lofter.com/">只为讨口饭</a></h1>
<div class="text">爱你们每一个人</div>
</div>
<div class="sch">
<form action="https://lingchensile.lofter.com/search" method="get">
<input value="搜索" type="text" name="q" onfocus="if(this.value=='搜索'){this.value='';}" onblur="if(this.value==''){this.value='搜索';}" class="txt">
</form>
</div>
<ul class="sidelist">
<li><a href="https://www.lofter.com/message/lingchensile" rel="nofollow">私信</a></li>
<li><a href="https://lingchensile.lofter.com/view">归档</a></li>
</ul>
</div>
<div class="postwrapper box wid700 ">
<div class="block article">
<div class="side">
<div class="day"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b6155e11">22</a></div>
<div class="month"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b6155e11">07</a></div>
</div>
<div class="main">
<div class="content">
<div class="text">
<p>我不知道我该怎么说。我不知道这个网络变成什么样了。只要你拿不出证据就是假的。那我干脆把身份证都交给你看。什么隐私事和所有聊天记录都给你看。讽刺的是现在网络上有些yyz患者表示自己有yyz就被说是卖惨。从而导致一次次的死亡率增加。有时候难过发表自己的感受。那叫什么?卖惨?还是剥夺人的同情心?我越来越不懂这个社会的孩童。一些年纪可不是拿来对此威胁拿出证据的根本。十三四岁的小弟弟妹妹。你又怎么能知道她们是什么样的的人呢?我们都不知道。但不能因此去随便评判她的好坏。人都需要隐私。你既然想知道我的隐私。我不介意把我家里和前天遇到的事告诉你。但是呢?说了又会被说我是装的 来卖惨的 专门来剥夺同情心的。我很爱网络这个大家庭 也爱你们每一个人 有人评论我会很开心 每当我发作品一字一字的打着家人们 让我觉得就是 我被大家接受了 不想学校那样。六月在学校 我被高一的女同学围着打 她们还拍了视频 你知道吗?她们打的每一下都很痛!不是一般的痛 你能体会到在你最无助的时候 你最好的朋友却丢下你跑了吗?要不是在学校巡视的保安看到 我估计都死在那里了。那一次。我失去了我的左腿。 我也很爱每个角色 但是呢?其他人没遇到的事 我遇到了 得到的就一个字。装。解释了呢。还是一个字。装。我越来越体会不到网络大家庭的爱。取而代之的是一次次的。装。我画了许多画想和大家分享。但是一次次的感觉让我对网络越来越害怕。我不敢发。发了又删删了又发。最后就发了一张草稿。我现在算是彻底害怕网络这个大家庭了。它让我从绝望中找到自信。又把我退回去。</p>
<p><br></p>
</div>
</div>
<div class="link">
<a href="https://lingchensile.lofter.com/post/4b4c504d_2b6155e11#comment">评论(81)</a>
<a href="https://lingchensile.lofter.com/post/4b4c504d_2b6155e11#hot">热度(259)</a>
<a href="http://creativecommons.org/licenses/by-nc-nd/2.5/deed.zh" class="cc_1" target="_blank" title="署名-非商业性使用-禁止演绎"> </a>
</div>
<iframe id="morecontent_frame" width="100%" height="125" allowtransparency="true" scrolling="no" frameborder="0" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/recommend.html"></iframe>
</div>
</div>
<div class="block">
<div class="main comment" id="comment">
<h3 class="nctitle">评论(81)</h3>
<iframe id="comment_frame" allowtransparency="true" scrolling="no" frameborder="0" style="background-color:transparent; overflow:hidden;" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/comment.html" height="3049"></iframe>
</div>
</div>
<div class="block">
<div class="main comment" id="hot">
<h3 class="nctitle">热度(259)</h3>
<script>
function load_more_notes (_e, postId, offset) {
_e = _e || window.event;
!!_e.stopPropagation ? _e.stopPropagation() : _e.cancelBubble = true;
!!_e.preventDefault ? _e.preventDefault(): _e.returnValue = false;
var more = document.getElementById('more_notes_' + offset);
var loading = document.getElementById('notes_loading_' + offset);
more.style.display = 'none';
loading.style.display = 'block';
if(window.ActiveXObject) {
var req=new ActiveXObject('Microsoft.XMLHTTP');
} else if (window.XMLHttpRequest) {
var req=new XMLHttpRequest();
} else {
return;
}
req.onreadystatechange=function(){
if (req.readyState==4) {
var loading = document.getElementById('notes_loading_' + offset);
var notes_html=req.responseText;
if (!!window.more_notes_loaded) {
more_notes_loaded(notes_html);
}
var more_notes_link=document.getElementById('more_notes_' + offset);
var notes=more_notes_link.parentNode;
notes.removeChild(more_notes_link);
notes.removeChild(loading);
notes.innerHTML = notes.innerHTML + notes_html;
var tips = document.querySelectorAll('.hot-limit-tips')
for (let i = 0; i < tips.length; i++) {
if (i !== tips.length - 1) {
tips[i].style.display = 'none'
}
}
}
}
req.open('GET', 'https://lingchensile.lofter.com/'.replace(/^(http[s]{0,1}:\/\/)/,location.protocol+'//')+'morenotes?postid='+postId+'&offset='+offset,true);
req.send();
}
</script>
<script>
if (!!window.notes_inserted) {
notes_inserted();
}
</script>
<ol class="notes">
<li class="note">
<img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/icon_collection.png">
<span class="action">
共9人收藏了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://fanyingyue.lofter.com/" title="阡陌思月 - 1分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SVd6SSthWFpuVmJjV016OSthYjEvVk9PVlpWdDAvQlJNQmYxYkxFSGYyemhJVTlOeEQ3L213PT0.jpg"></a>
<span class="action">
<a href="https://fanyingyue.lofter.com/" title="阡陌思月 - 1分钟前">阡陌思月</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yaredaijifengxingqihou.lofter.com/" title="亚热带季风性气候 - 1分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/WU5CK1BWUGJUSmlKTnoxNEVUdnZYMFpPbmNydC9OblNTMDhCVUF0SU4wVT0.jpg"></a>
<span class="action">
<a href="https://yaredaijifengxingqihou.lofter.com/" title="亚热带季风性气候 - 1分钟前">亚热带季风性气候</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://muhan14825.lofter.com/" title="元宵瓜 - 5分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/YmtYMHI4NjhhcU5oTkZXaHRLQTh0enNZZklkTEg3SmJ4NkFmWjFseW5rTT0.jpg"></a>
<span class="action">
<a href="https://muhan14825.lofter.com/" title="元宵瓜 - 5分钟前">元宵瓜</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 5分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MnVvZ2kxSHZZSjU1OHNTT29OLzEwN0t5SkR3bVlpNlQ.jpg"></a>
<span class="action">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 5分钟前">白桦林的红星</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yudianyunluo17506.lofter.com/" title="羽点陨洛 - 5分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SkJacUhrYmxXcG00anV3Smp6R09QNUIxcWZMWFRXUnFKQ1pUK1V0RHJSdz0.jpg"></a>
<span class="action">
<a href="https://yudianyunluo17506.lofter.com/" title="羽点陨洛 - 5分钟前">羽点陨洛</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://duaer0817.lofter.com/" title="平野星临 - 5分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/ajJBUXY0bUN5eHNyTTdScU1YU3h2eUxCWlQvUi9Dd0pkbnpNKzEzMWE1ZFNYQXpVQnBYeDVBPT0.jpg"></a>
<span class="action">
<a href="https://duaer0817.lofter.com/" title="平野星临 - 5分钟前">平野星临</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://5887482795.lofter.com/" title="若相思 - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/N3JyN1kyY1JjYVhubk1XK2ZUU3VtOWtjQ01FeThnQXZBSWVZNFYzOTRiOD0.jpg"></a>
<span class="action">
<a href="https://5887482795.lofter.com/" title="若相思 - 10分钟前">若相思</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://shiyouyena.lofter.com/" title="郗驳澈. - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MC9DNXB4Z0VqSE1Nc0dyMHluaG9uS3hXNXhaM2xZUERMZHZMZWkzUG5PUT0.jpg"></a>
<span class="action">
<a href="https://shiyouyena.lofter.com/" title="郗驳澈. - 10分钟前">郗驳澈.</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SDJsTG1KNlpTVFhJeS8xU0diQU9SRGNJV0dVVSs4R0U3aklHQThjeVc3OD0.jpg"></a>
<span class="action">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 10分钟前">仄言</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SDJsTG1KNlpTVFhJeS8xU0diQU9SRGNJV0dVVSs4R0U3aklHQThjeVc3OD0.jpg"></a>
<span class="action">
<a href="https://xiaoxiaoludi.lofter.com/" title="仄言 - 10分钟前">仄言</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://lincanmou31776.lofter.com/" title="赫鲁晓夫听说你家有玉... - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SndIdWFVbzRNdVZub1VTa2ZCWHZBUUhSZ05ieldWN0d3S2NMaWorMXVEND0.jpg"></a>
<span class="action">
<a href="https://lincanmou31776.lofter.com/" title="赫鲁晓夫听说你家有玉... - 10分钟前">赫鲁晓夫听说你家有玉米</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xigemashirenjianzhenbao.lofter.com/" title="一只彩虹冰激凌糕蛋 - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/VmRSQml2YVhqWFJDYlNFL1Q5bkJnS1Y1ejZMeHh5UlgvRDBwVVllTk9RND0.jpg"></a>
<span class="action">
<a href="https://xigemashirenjianzhenbao.lofter.com/" title="一只彩虹冰激凌糕蛋 - 10分钟前">一只彩虹冰激凌糕蛋</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://fengxisilent.lofter.com/" title="鸽子 - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/OFdZYjJscmxpN3djNThyMm5jREdleGROQ3BWbXdLTjlmQVJkRC91TnFwRFpwM0JWOEZKdGdRPT0.jpg"></a>
<span class="action">
<a href="https://fengxisilent.lofter.com/" title="鸽子 - 10分钟前">鸽子</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://9027556416.lofter.com/" title="。 - 10分钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/Z0RSSUNaQlFWcStiSG40R0V3d1Z4OCtBMVRrbUxIaDgzNCtXMkF1Y1lwRT0.jpg"></a>
<span class="action">
<a href="https://9027556416.lofter.com/" title="。 - 10分钟前">。</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yigendouyacai26209.lofter.com/" title="非常非常有意思 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MldZbk9GS2xOQkZpYk5DbHdHTTEzWHFoUnlIVVE1eUFzeWlZSk8xN0RtQT0.jpg"></a>
<span class="action">
<a href="https://yigendouyacai26209.lofter.com/" title="非常非常有意思 - 一刻钟前">非常非常有意思</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://reai105dexiaoen.lofter.com/" title="无色酚酞(苦逼住宿版... - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/dm5HNHFZd0p1K2plVzRnSlI3MUhTQnZMb3RZdFVzR0x2S0JiZmVjOW5WST0.jpg"></a>
<span class="action">
<a href="https://reai105dexiaoen.lofter.com/" title="无色酚酞(苦逼住宿版... - 一刻钟前">无色酚酞(苦逼住宿版)</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xingxingzhihuo10557.lofter.com/" title="我宁可失去五感 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/OGVzS1BOUmFqZ3hQNGhnQ082eUU0OSsyNmN4SEtpV2lhQ1FkNmhoY1A0Zz0.jpg"></a>
<span class="action">
<a href="https://xingxingzhihuo10557.lofter.com/" title="我宁可失去五感 - 一刻钟前">我宁可失去五感</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/QmFEV29KZnRHLzdnRlQ1ODJ4TXEySmhJWlpLdjBQZmMvbXd4MjFrZ0R2Yz0.jpg"></a>
<span class="action">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前">Murna</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://xin4920475.lofter.com/" title="大懒虫子 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/TmQ1Zmd4UGZpUXd6Nk5HK2M5SXJYWWV2TEtlT2hOUWNpVXpGU3BmamoxMD0.jpg"></a>
<span class="action">
<a href="https://xin4920475.lofter.com/" title="大懒虫子 - 一刻钟前">大懒虫子</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/QmFEV29KZnRHLzdnRlQ1ODJ4TXEySmhJWlpLdjBQZmMvbXd4MjFrZ0R2Yz0.jpg"></a>
<span class="action">
<a href="https://laibeihongcha61134.lofter.com/" title="Murna - 一刻钟前">Murna</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://puer403973.lofter.com/" title="潽洱 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MEx6MGlXSy80aFJGdlZaU2lYTHJsWWtnWVV6M3VIbm1yYjVsTGFSMm5xYz0.jpg"></a>
<span class="action">
<a href="https://puer403973.lofter.com/" title="潽洱 - 一刻钟前">潽洱</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://y722901992.lofter.com/" title="Y - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MzZhb0NKajdWOGNyS3dMbC9QUmZqT3FrellmRThML3BwNk0wOFZyMmtKVT0.jpg"></a>
<span class="action">
<a href="https://y722901992.lofter.com/" title="Y - 一刻钟前">Y</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://bingtangbanqincai.lofter.com/" title="冰糖拌芹菜 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/cHIxdGhqSy9xb3ltMFVWZEpVYUIyQ2lseU95YTZkd3lmSnJEQ1ExeUFIRT0.jpg"></a>
<span class="action">
<a href="https://bingtangbanqincai.lofter.com/" title="冰糖拌芹菜 - 一刻钟前">冰糖拌芹菜</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/L1ZHcWpYMjF6eGdvY3BDSmlvRkpzaWI3Q0VNRGU1eUxPN092Zk13eGxucz0.jpg"></a>
<span class="action">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前">五碳糖</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/L1ZHcWpYMjF6eGdvY3BDSmlvRkpzaWI3Q0VNRGU1eUxPN092Zk13eGxucz0.jpg"></a>
<span class="action">
<a href="https://woshipuxinnu33940.lofter.com/" title="五碳糖 - 一刻钟前">五碳糖</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xuebiduijiuwu.lofter.com/" title="午夜凶碧 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/ZHltTWZKQ0RhRFRFZUxQN1pjNDlhVFhpMFlLQ3VBK3k1R1lnc3FBcVREQT0.jpg"></a>
<span class="action">
<a href="https://xuebiduijiuwu.lofter.com/" title="午夜凶碧 - 一刻钟前">午夜凶碧</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://cidieyyds29204.lofter.com/" title="瓷爹yyds - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/RW8yTjhMOVA2a3NNOXQ5ZDN2ZDM0Rmw5YlpwaW51ZE15OWx5MWg4bWZiST0.jpg"></a>
<span class="action">
<a href="https://cidieyyds29204.lofter.com/" title="瓷爹yyds - 一刻钟前">瓷爹yyds</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MnVvZ2kxSHZZSjU1OHNTT29OLzEwN0t5SkR3bVlpNlQ.jpg"></a>
<span class="action">
<a href="https://baihualin34210.lofter.com/" title="白桦林的红星 - 一刻钟前">白桦林的红星</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://niyin51398.lofter.com/" title="屑小W的摸鱼日常(请... - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/d3YvUlQ5c2N6b3lvWS94bjBicWVQcFNSQWRITHNLTjNHR29XU01od1JVQT0.jpg"></a>
<span class="action">
<a href="https://niyin51398.lofter.com/" title="屑小W的摸鱼日常(请... - 一刻钟前">屑小W的摸鱼日常(请给我评论Danke🥺)</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://xuefolan48745.lofter.com/" title=": - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/M2xMNG5pRWJ6dGJKTkhIR1YxSnFoYjZTb0tHT0tCK2xPbHFYNVVRVHBoTT0.jpg"></a>
<span class="action">
<a href="https://xuefolan48745.lofter.com/" title=": - 一刻钟前">:</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://susuyishi.lofter.com/" title="苏苏一世 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SlZocjRGTXoxakFwWjMwSUhJTXpqMEhhZURrd245aUxOMjY4bFkwN2ZoemR5Tk9UT3hZazJRPT0.jpg"></a>
<span class="action">
<a href="https://susuyishi.lofter.com/" title="苏苏一世 - 一刻钟前">苏苏一世</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://sen8815164.lofter.com/" title="森 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/aXR0QUhsdFNjRklEbkJvSFVjU3F6R0dIeVpTd1Y5Vm50Q01kTUNpMjdYOD0.jpg"></a>
<span class="action">
<a href="https://sen8815164.lofter.com/" title="森 - 一刻钟前">森</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yao8165235.lofter.com/" title="YAO - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/amwwZ1FIamUwUnlPVUNUTnRPMU9qaXhWanJXZ1pVdHJaNWJ3T3MwMWRIZ2JtRlBhVnp6eWZ3PT0.jpg"></a>
<span class="action">
<a href="https://yao8165235.lofter.com/" title="YAO - 一刻钟前">YAO</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/VmNaVGJIS0lYZW9jbTVsc3FBTk10UFFvdnRvMFFMZDc1SXB5Tjdla2JCYkxTbFFxZTgxZ0hBPT0.jpg"></a>
<span class="action">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 一刻钟前">别看了不发画</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 一刻钟前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/VmNaVGJIS0lYZW9jbTVsc3FBTk10UFFvdnRvMFFMZDc1SXB5Tjdla2JCYkxTbFFxZTgxZ0hBPT0.jpg"></a>
<span class="action">
<a href="https://mingzideshenmedezuinanxiangle.lofter.com/" title="别看了不发画 - 一刻钟前">别看了不发画</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xiangxinwo87027.lofter.com/" title="相信我 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SWpDajg0S1F6SFYzbjg5aGxSeXQ1UEQxZFFna1FFWFlRdWhnM2JIamMzUT0.jpg"></a>
<span class="action">
<a href="https://xiangxinwo87027.lofter.com/" title="相信我 - 半小时前">相信我</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://xujinhuantwgedp.lofter.com/" title="潜海 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/TGxmMm5UVERXbmxZVG5UYlFScnZieGdaRk1xNjNqSzRNNzNsWFJRQ3VRVjAzRk5nTm9UM3hnPT0.jpg"></a>
<span class="action">
<a href="https://xujinhuantwgedp.lofter.com/" title="潜海 - 半小时前">潜海</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://tianxinxingyun.lofter.com/" title="Anglais. - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MlJla2tzZVZrbEVoMy81bUtYcmJPbFJUblJVU25BRGxSSGhZOWtKWEFuOD0.jpg"></a>
<span class="action">
<a href="https://tianxinxingyun.lofter.com/" title="Anglais. - 半小时前">Anglais.</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://tianxinxingyun.lofter.com/" title="Anglais. - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MlJla2tzZVZrbEVoMy81bUtYcmJPbFJUblJVU25BRGxSSGhZOWtKWEFuOD0.jpg"></a>
<span class="action">
<a href="https://tianxinxingyun.lofter.com/" title="Anglais. - 半小时前">Anglais.</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://mrjiulai.lofter.com/" title="小柯师傅 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/MDlwdlVRL01XSnQ5cktmZWlIOWFFbXpvTkdwelBva3AyQWtXanZxMktpbz0.jpg"></a>
<span class="action">
<a href="https://mrjiulai.lofter.com/" title="小柯师傅 - 半小时前">小柯师傅</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SWV3NEhpQlUxd0p0cFhIYnhCc2llMExsczdiOTRWSng5Ty9US2lMSVhmbz0.jpg"></a>
<span class="action">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前">余卿</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://jiangyide.lofter.com/" title="江易德 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/YmM4TnE3VndoVlVLakhLQVB5Z1NFeWYxeGpIblJUWDQyamtZSTBjZEEyaz0.jpg"></a>
<span class="action">
<a href="https://jiangyide.lofter.com/" title="江易德 - 半小时前">江易德</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SWV3NEhpQlUxd0p0cFhIYnhCc2llMExsczdiOTRWSng5Ty9US2lMSVhmbz0.jpg"></a>
<span class="action">
<a href="https://yuqing74672.lofter.com/" title="余卿 - 半小时前">余卿</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://yijiantianya26899.lofter.com/" title="路过 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/cmcvUUU3Y0lqSFAySUVYNTBWZEUwQk9yYWZNQi9aaFEvM3ZJWFF5MkxIYz0.jpg"></a>
<span class="action">
<a href="https://yijiantianya26899.lofter.com/" title="路过 - 半小时前">路过</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://senge21109.lofter.com/" title="森歌 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/NnRqTlRIYkNuQ2RnSWZ5dGZST2xUM25pUGJmektTL1dnNUU4UitNTXo5cz0.jpg"></a>
<span class="action">
<a href="https://senge21109.lofter.com/" title="森歌 - 半小时前">森歌</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://tangtangjinga.lofter.com/" title="请不要放弃你的信仰 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/UnJjbDROaVI3NDMxNDYxVkE1K0c3N2sxUWVPQWlGV24ybjZlUzBJNDVUaEFnSkxzL1Y1NDFnPT0.jpg"></a>
<span class="action">
<a href="https://tangtangjinga.lofter.com/" title="请不要放弃你的信仰 - 半小时前">请不要放弃你的信仰</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://jiajiusuizaixianzhazha.lofter.com/" title="Au10. - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SEVuSkpwVThaVGVqa0NUOTdWYWNldEhSZWxsVyt0UVdyKytXQ3dSNjhwWT0.jpg"></a>
<span class="action">
<a href="https://jiajiusuizaixianzhazha.lofter.com/" title="Au10. - 半小时前">Au10.</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://jiangyide.lofter.com/" title="江易德 - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/YmM4TnE3VndoVlVLakhLQVB5Z1NFeWYxeGpIblJUWDQyamtZSTBjZEEyaz0.jpg"></a>
<span class="action">
<a href="https://jiangyide.lofter.com/" title="江易德 - 半小时前">江易德</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note like">
<a href="https://jiajiusuizaixianzhazha.lofter.com/" title="Au10. - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/SEVuSkpwVThaVGVqa0NUOTdWYWNldEhSZWxsVyt0UVdyKytXQ3dSNjhwWT0.jpg"></a>
<span class="action">
<a href="https://jiajiusuizaixianzhazha.lofter.com/" title="Au10. - 半小时前">Au10.</a> 很喜欢此文字
</span><div class="clear"></div>
</li>
<li class="note share">
<a href="https://roi070114.lofter.com/" title="Roi.(暂退) - 半小时前"><img class="avatar" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/eGJ6M1lqb1JjaEw5UHJVSE4wczBMZ01EbU1uUC9nTE8zaFlqem40QmI1OD0.jpg"></a>
<span class="action">
<a href="https://roi070114.lofter.com/" title="Roi.(暂退) - 半小时前">Roi.(暂退)</a> 推荐了此文字
</span><div class="clear"></div>
</li>
<li id="notes_loading_50" style="display:none;text-align:center;" class="note">
<span>加载中...</span>
</li>
<li id="more_notes_50" style="text-align:center;" class="note more_notes_link_container">
<a onclick="load_more_notes(event,11644788241,50)" href="https://lingchensile.lofter.com/post/4b4c504d_2b6155e11#" class="more_notes_link">查看更多</a>
</li>
</ol>
<div style="text-align:center;margin-top:16px;" class="hot-limit-tips">只展示最近三个月数据</div>
</div>
</div>
<div class="page">
<div class="prev active"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b6159c82" id="__prev_permalink__"><span class="cap"></span><span class="arrow"></span><span class="title">上一篇</span></a></div>
<div class="next active"><a href="https://lingchensile.lofter.com/post/4b4c504d_2b6158abf" id="__next_permalink__"><span class="cap"></span><span class="arrow"></span><span class="title">下一篇</span></a></div>
</div>
</div>
<div class="footer"><span title="Copyright" style="cursor:pointer;">©</span> <a href="https://lingchensile.lofter.com/">只为讨口饭</a> | Powered by <a href="https://www.lofter.com/">LOFTER</a></div>
<script type="text/javascript" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/jquery-1.6.2.min.js.下载"></script>
<script type="text/javascript">
$(function(){
if($('.postwrapper > .block').length <= 0) {
$('.postwrapper').css('display', 'none');
}
$(".active a").each(function(){
$(this).hover(
function(){
$(this).css("cursor","pointer");
$(this).stop();
$(this).animate({width:90},400,function(){$(this).children(".title").css("display","block");})},
function(){
$(this).stop();
$(this).children(".title").css("display","none");
$(this).animate({width:20},400)})
})
});
</script>
<script type="text/javascript" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/fe_script.47af7718745a2e654437f5743fcbc69a.js.下载"></script>
<link media="screen" type="text/css" rel="stylesheet" href="./我不知道我该怎么说。我不知道这-只为讨口饭_files/pagephotoshow.min.css"><script type="text/javascript" src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/pagephotoshow.min.js.下载"></script><script type="text/javascript">P('loft.w.g').initPagePhotoShow(document.body,{});</script>
<script type="text/javascript">window.pagewidget=true;</script>
<script type="text/javascript">window.postData = {}; window.postData.newVersionAuditing = false; window.postData.allowView = 0; window.postData.valid = 0</script>
<script>window.Theme = {'ImageProtected':false,'CcType':1,ContextValue:'© 只为讨口饭'};</script>
<script src="./我不知道我该怎么说。我不知道这-只为讨口饭_files/themecommon.js.下载" type="text/javascript"></script>
<script>var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-31007899-1'],['_setLocalGifPath', '/UA-31007899-1/__utm.gif'],['_setLocalRemoteServerMode']);_gaq.push(['_setDomainName', 'lofter.com']);_gaq.push(['_trackPageview']);(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = 'https://wr.da.netease.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();</script>
</body></html>