-
-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathindex.html
More file actions
759 lines (744 loc) · 64.5 KB
/
index.html
File metadata and controls
759 lines (744 loc) · 64.5 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>在线工具箱 _ 免费、极简、高效的实用工具集合!</title>
<meta name="description" content="无需注册,即开即用!一个集合了众多在线工具的神奇工具网站,集齐超多小工具,无需注册和下载安装即可免费使用各种在线工具,包括了:文档手册、在线转换、加密解密、站长工具、代码开发、二维码相关、生活工具等等" />
<style>
* {
margin: 0;
padding: 0;
}
body {
background: #f1f2f3;
position: relative;
min-width: 1300px;
}
.nav_content {
width: 1280px;
margin: 15px auto;
}
.nav_content .item {
min-width: 1200px;
width: 100%;
margin-bottom: 30px;
}
.nav_content .item h2 {
font-size: 20px;
color: #333;
margin: 12px;
}
.github {
float: right;
margin-right: 0px;
}
.github svg {
display: inline-block;
width: 26px;
height: 26px;
fill: #999;
}
.nav_content .item .child {
display: flex;
flex-wrap: wrap;
}
.nav_content .item .child a {
float: left;
color: #666;
font-size: 14px;
margin: 10px 0.8%;
text-decoration: none;
padding: 10px 14px;
border: 1px solid #fff;
border-radius: 6px;
background: #fff;
box-shadow: 0.5rem 0.875rem 2.375rem rgb(39 44 49 / 6%), 0.0625rem 0.1875rem 0.5rem rgb(39 44 49 / 3%);
width: 18.4%;
min-height: 62px;
line-height: 20px;
box-sizing: border-box;
display: flex;
align-items: center;
}
.nav_content .item .child .red {
color: #F06431;
}
.nav_content .item .child a:hover {
border-color: #476675;
background: #476675;
color: #FFFFFF;
font-weight: bold;
}
.nav_content .ota {
text-align: center;
margin: 20px;
}
.nav_content .ota a{
margin: 0 15px;
font-size: 14px;
color: #476675;
text-decoration: none;
}
.nav_content .info {
background: #fff;
border-radius: 8px;
padding: 5px 0;
margin: 0 10px;
margin-bottom: 20px;
min-width: 1180px;
width: calc(100% - 20px);
box-shadow: 0.5rem 0.875rem 2.375rem rgb(39 44 49 / 6%), 0.0625rem 0.1875rem 0.5rem rgb(39 44 49 / 3%);
}
.nav_content .info h2 {
margin: 10px;
color: #111;
font-size: 20px;
}
.nav_content .info p {
margin: 10px;
color: #222;
line-height: 1.5;
font-size: 15px;
}
.nav_content .info a {
color: #f7810d;
//text-decoration: none;
}
.nav_content .info a:hover {
color: #f73131;
}
</style>
</head>
<body>
<div class="nav_content">
<div class="item info">
<h2>欢迎使用fly63工具箱<a href="https://github.com/mydearcc/tools" target="_blank" rel="noopener noreferrer" title="github" class="github"><svg>
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path>
</svg></a></h2>
<div id="ad_line" style="margin: 0 10px;"></div>
<p>
致力于打造和收集各种简单、易用、便捷的在线工具,无需注册和下载即可免费使用。目前共开发了数百款有趣且有用的小功能,数量还在持续增加中,部分来源于开源项目,红色标记为热门工具。收藏本站域名(ctrl+d):<a target="_blank" href="https://web.fly63.com">https://web.fly63.com</a>。
</p>
<p>
<strong>觉得某一款不错,不妨安利给他人使用,若有问题或建议都可进行<a rel="nofollow" target="_blank" href="https://support.qq.com/products/373411">留言反馈</a>,感谢您的使用和分享!</strong>
</p>
<p>
【fly63工具箱】浏览器扩展插件:<a rel="nofollow" target="_blank" href="https://chrome.google.com/webstore/detail/fly63%E5%B7%A5%E5%85%B7%E7%AE%B1/oicicpjppdafaknaepojmjpjoinimbel">谷歌 Chrome</a>、<a rel="nofollow" target="_blank" href="https://addons.mozilla.org/zh-CN/firefox/addon/fly63%E5%B7%A5%E5%85%B7%E7%AE%B1/">火狐 Firefox</a>、<a rel="nofollow" target="_blank" href="https://microsoftedge.microsoft.com/addons/detail/akpeonmkmdaifdnliibdoklpjcecdcnk">微软 Edge</a>
</p>
</div>
<div class="item">
<h2>🔄 在线转换</h2>
<div class="child">
<a href="https://web.fly63.com/tool/csass" target="_blank">Sass/Less/Stylus在线转换工具</a>
<a href="https://web.fly63.com/tool/color" target="_blank">RGB/RGBA/HEX/HSL/HSV颜色在线转换工具</a>
<a href="https://web.fly63.com/tool/giftxt" target="_blank" class="red">免费快速将视频转换成Gif</a>
<a href="https://web.fly63.com/tool/htmarkdown" target="_blank">Html/MarkDown在线互转工具</a>
<a href="https://web.fly63.com/tool/jsonyaml" target="_blank" class="red">JSON/YAML在线转换</a>
<a href="https://web.fly63.com/php/changeurl" target="_blank">下载链接转换</a>
<a href="https://web.fly63.com/tool/svg2img" target="_blank">SVG转PNG工具</a>
<a href="https://web.fly63.com/tool/quchong" target="_blank">文本符号替换工具(换行,空格,逗号)</a>
<a href="https://web.fly63.com/tool/textreplace" target="_blank">文本在线批量替换工具</a>
<a href="https://web.fly63.com/tool/unitable" target="_blank">度量衡单位在线换算工具</a>
<a href="https://web.fly63.com/tool/jsonscv" target="_blank">json转Excel/csv工具</a>
<a href="https://web.fly63.com/tool/etc/#?id=4" target="_blank">时间戳转换_在线时间单位转换器</a>
<a href="https://web.fly63.com/tool/etc/#?id=3" target="_blank" class="red">在线url网址编码、解码</a>
<a href="https://web.fly63.com/tool/coordinate" target="_blank">地理坐标转换工具</a>
<a href="https://web.fly63.com/tool/htaccess2nginx" target="_blank">Htaccess在线转换nginx</a>
<a href="https://web.fly63.com/tool/radix" target="_blank">进制转换工具</a>
<a href="https://web.fly63.com/tool/renmingbi" target="_blank" class="red">人民币大写转换工具</a>
<a href="https://web.fly63.com/tool/unicode" target="_blank">中文/Unicode在线转换</a>
<a href="https://web.fly63.com/tool/pinyin" target="_blank">在线中文汉字转换拼音工具</a>
<a href="https://web.fly63.com/tool/fantizi" target="_blank">简体/繁体字转换</a>
<a href="https://web.fly63.com/tool/taag" target="_blank">ASCII字符艺术生成器</a>
<a href="https://web.fly63.com/tool/json2go" target="_blank">json转golang struct对象</a>
<a href="https://web.fly63.com/tool/daxiaoxie" target="_blank">英文字母大小写/空格/下划线/驼峰等转换工具</a>
<a href="https://web.fly63.com/tool/xml2json" target="_blank" class="red">XML转JSON、JSON转XML工具</a>
<a href="https://web.fly63.com/tool/asciiConvert" target="_blank">ASCII码在线转换器</a>
<a href="https://web.fly63.com/tool/mysqlToJava" target="_blank">在线MySQL生成JavaBean实体类</a>
<a href="https://web.fly63.com/tool/exceltoJson" target="_blank">将excel文件转换成json数据</a>
<a href="https://web.fly63.com/tool/fileBase64" target="_blank">将文件转换为base64数据格式</a>
<a href="https://web.fly63.com/tool/numCode" target="_blank">在线原码/反码/补码计算器</a>
<a href="https://web.fly63.com/tool/image-to-pdf" target="_blank">在线图片转pdf转换器</a>
<a href="https://web.fly63.com/tool/pcm-mp3" target="_blank">PCM音频文件转MP3格式转换器</a>
<a href="https://web.fly63.com/tool/char-encode" target="_blank">字符串编码格式转换查询工具</a>
<a href="https://web.fly63.com/tool/fullhalf" target="_blank">字符串全角半角转换器</a>
<a href="https://web.fly63.com/tool/wubi" target="_blank">汉字转五笔码在线转换</a>
<a href="https://web.fly63.com/tool/video_convert" target="_blank" class="red">万能视频格式转换器</a>
<a href="https://web.fly63.com/tool/base64_hex" target="_blank">hex/base64/字符在线互转工具</a>
<a href="https://web.fly63.com/tool/num_roman" target="_blank">阿拉伯数字与罗马数字转换器</a>
<a href="https://web.fly63.com/tool/bazi" target="_blank">生辰八字转换查询工具</a>
<a href="https://web.fly63.com/tool/text_binary" target="_blank">文本与二进制转换工具</a>
<a href="https://web.fly63.com/tool/bcc" target="_blank">bcc校验码计算工具(异或校验)</a>
<a href="https://web.fly63.com/tool/table2json" target="_blank">html表格转json工具(网页table转json)</a>
<a href="https://web.fly63.com/tool/text_voice" target="_blank">文字在线语音朗读工具(文本转语音播放)</a>
<a href="https://web.fly63.com/tool/json_php" target="_blank">json转php数组对象工具</a>
<a href="https://web.fly63.com/tool/cookie_json" target="_blank">cookie格式转换json工具</a>
<a href="https://web.fly63.com/tool/json_slice" target="_blank">json文件分割工具(json切片截取部分)</a>
<a href="https://web.fly63.com/tool/json_protobuf" target="_blank">在线json转protobuf工具</a>
<a href="https://web.fly63.com/tool/ts_js" target="_blank" class="red">typescript编译成js工具(js/ts转换器)</a>
<a href="https://web.fly63.com/tool/json_toml" target="_blank">JSON/TOML转换器(json转toml工具)</a>
<a href="https://web.fly63.com/tool/pdfmeta" target="_blank">pdf元数据修改器(pdf元信息编辑工具)</a>
<a href="https://web.fly63.com/tool/text_compare" target="_blank">文本比较转换工具(文本交集/并集/差集)</a>
<a href="https://web.fly63.com/tool/text_sort" target="_blank">文本排序工具(数字/字母/拼音/字符串在线排序)</a>
<a href="https://web.fly63.com/tool/certificate_conversion" target="_blank">SSL证书格式转换工具(PEM/DER/CER/CRT/HEX)</a>
<a href="https://web.fly63.com/tool/bitwise" target="_blank">在线位运算计算器(与/或/异或/取反/左移/右移)</a>
<a href="https://web.fly63.com/tool/quweima" target="_blank">汉字区位码转换查询工具(区位码在线转换器)</a>
<a href="https://web.fly63.com/tool/xml2excel" target="_blank" class="red">xml转成excel表格工具(xml转csv文件)</a>
<a href="https://web.fly63.com/tool/xml2go" target="_blank">xml转golang结构体工具(xml在线生成go代码)</a>
<a href="https://web.fly63.com/tool/json2python" target="_blank">json转Python类/字典代码生成器</a>
</div>
</div>
<div class="item">
<h2>🔐 加密解密</h2>
<div class="child">
<a href="https://web.fly63.com/tool/cipher" target="_blank" class="red">在线加密解密【Base64、AES、DES】</a>
<a href="https://web.fly63.com/tool/jsblur" target="_blank" class="red">Js加密混淆/压缩工具</a>
<a href="https://web.fly63.com/tool/txtencrypt" target="_blank">文本隐藏加密工具</a>
<a href="https://web.fly63.com/tool/des" target="_blank">DES在线加密解密</a>
<a href="https://web.fly63.com/tool/md5" target="_blank">md5在线加密工具</a>
<a href="https://web.fly63.com/tool/password" target="_blank">随机密码生成工具</a>
<a href="https://web.fly63.com/tool/morse" target="_blank">摩斯电码翻译器_摩斯电码编码解码</a>
<a href="https://web.fly63.com/tool/urlcode" target="_blank">URL网址16进制加密工具</a>
<a href="https://web.fly63.com/tool/transcoding" target="_blank">在线编码转换工具</a>
<a href="https://web.fly63.com/tool/escape" target="_blank">Escape加密/解密</a>
<a href="https://web.fly63.com/tool/passafe" target="_blank">密码安全性在线检测</a>
<a href="https://web.fly63.com/tool/punycode" target="_blank">Punycode编码解码工具</a>
<a href="https://web.fly63.com/tool/aaEncode" target="_blank">aaEncode加密解密工具</a>
<a href="https://web.fly63.com/tool/2fa" target="_blank">2FA验证码管理工具</a>
<a href="https://web.fly63.com/tool/base32" target="_blank" class="red">Base32加密解密工具</a>
<a href="https://web.fly63.com/tool/md2" target="_blank">md2 hash在线加密工具</a>
<a href="https://web.fly63.com/tool/gzip" target="_blank">Gzip加密解密_文本数据在线压缩工具</a>
<a href="https://web.fly63.com/tool/htpasswd" target="_blank">htpasswd在线生成工具</a>
<a href="https://web.fly63.com/tool/shake" target="_blank">在线Shake加密工具</a>
<a href="https://web.fly63.com/tool/keccak" target="_blank">在线Keccak加密工具</a>
<a href="https://web.fly63.com/tool/base64Revert" target="_blank" class="red">base64还原成文件(解码显示)</a>
<a href="https://web.fly63.com/tool/cardPass" target="_blank">在线卡密批量生成器</a>
<a href="https://web.fly63.com/tool/rc4" target="_blank">在线RC4加密解密工具</a>
<a href="https://web.fly63.com/tool/filehash" target="_blank">在线文件hash计算工具</a>
<a href="https://web.fly63.com/tool/hmac" target="_blank">hmac算法计算加密工具</a>
<a href="https://web.fly63.com/tool/rsakey" target="_blank">rsa密钥生成与签名验证工具</a>
<a href="https://web.fly63.com/tool/crc" target="_blank">crc循环冗余校验在线计算工具</a>
<a href="https://web.fly63.com/tool/caesarCipher" target="_blank">在线凯撒密码加密解密工具</a>
<a href="https://web.fly63.com/tool/chmod" target="_blank">在线linux chmod权限生成器</a>
<a href="https://web.fly63.com/tool/jwt" target="_blank">jwt公钥解密工具(jwt在线解码)</a>
<a href="https://web.fly63.com/tool/sm2" target="_blank">国密SM2加密解密算法工具</a>
<a href="https://web.fly63.com/tool/rabbit" target="_blank">rabbit加密解密工具</a>
<a href="https://web.fly63.com/tool/sm4" target="_blank">国密SM4在线加密/解密工具</a>
<a href="https://web.fly63.com/tool/tripledes" target="_blank">TripleDES/3DES在线加密解密工具</a>
<a href="https://web.fly63.com/tool/ripemd160" target="_blank">ripemd160哈希算法加密工具</a>
<a href="https://web.fly63.com/tool/telegraph" target="_blank">电报码翻译对照表在线查询</a>
<a href="https://web.fly63.com/tool/urldecode" target="_blank" class="red">URL解码编码转换工具(urlencode在线转换器)</a>
<a href="https://web.fly63.com/tool/tapcode" target="_blank">Tap code敲击码转换工具(敲击码解密对照表)</a>
<a href="https://web.fly63.com/tool/atbash" target="_blank">埃特巴什码密码转换器(解密对照表)</a>
<a href="https://web.fly63.com/tool/base16" target="_blank">base16加密解密工具(base16在线解码转换器)</a>
<a href="https://web.fly63.com/tool/beaufort" target="_blank">博福特密码在线解密加密工具</a>
<a href="https://web.fly63.com/tool/four_square" target="_blank">四方密码解密翻译器(四方密码转换对照表)</a>
<a href="https://web.fly63.com/tool/a1z26" target="_blank">字母数字在线转换工具(a1z26加密法转换器)</a>
<a href="https://web.fly63.com/tool/rot13" target="_blank">Rot13在线加密解密工具(rot13编码)</a>
<a href="https://web.fly63.com/tool/railfence" target="_blank">栅栏密码在线加密解密工具</a>
<a href="https://web.fly63.com/tool/vigenere" target="_blank">维吉尼亚密码转换器/对照表</a>
<a href="https://web.fly63.com/tool/pbkdf2" target="_blank">PBKDF2在线加解密工具(密钥派生校验)</a>
<a href="https://web.fly63.com/tool/rijndael" target="_blank">Rijndael加密解密工具(AES高级加密标准)</a>
<a href="https://web.fly63.com/tool/sm3" target="_blank">国密Sm3加密工具(SM3散列哈希算法在线)</a>
<a href="https://web.fly63.com/tool/deflate" target="_blank">文本deflate压缩/解压工具</a>
<a href="https://web.fly63.com/tool/brotli" target="_blank">Brotli压缩/解压算法工具</a>
</div>
</div>
<div class="item">
<h2>🛠️ 站长工具</h2>
<div class="child">
<a href="https://web.fly63.com/php/weiyuanchuang" target="_blank">在线文章伪原创工具</a>
<a href="https://web.fly63.com/tool/aishort" target="_blank" class="red">AI提示词常用指令</a>
<a href="https://web.fly63.com/tool/markdown" target="_blank">Markdown在线编辑器</a>
<a href="https://web.fly63.com/tool/etc" target="_blank" class="red">站长常用转换工具【编码解码】</a>
<a href="https://web.fly63.com/tool/weixinmd" target="_blank" class="red">Markdown微信公众号排版编辑器</a>
<a href="https://web.fly63.com/php/ipquery" target="_blank">域名/IP地址查询</a>
<a href="https://web.fly63.com/tool/preview" target="_blank">自适应网页多端预览工具</a>
<a href="https://web.fly63.com/tool/meta" target="_blank">meta标签在线生成工具</a>
<a href="https://web.fly63.com/tool/email" target="_blank">电子邮箱网址大全</a>
<a href="https://web.fly63.com/php/shorturl" target="_blank">免费短链接生成工具</a>
<a href="https://web.fly63.com/tool/robots" target="_blank">Robots文件生成器</a>
<a href="https://web.fly63.com/php/whois" target="_blank">域名whois查询</a>
<a href="https://web.fly63.com/php/mailer" target="_blank">邮件群发营销工具</a>
<a href=" /tool/clearhtm" target="_blank">在线html/js/css标签过滤工具</a>
<a href=" /php/icp" target="_blank">ICP备案查询_网站域名备案查询</a>
<a href=" /php/useragent" target="_blank">浏览器内核版本检测器_查看userAgent信息</a>
<a href=" /tool/redirect" target="_blank">网站301转向/跳转代码生成工具</a>
<a href=" /php/hotnews" target="_blank">今日热榜_实时新闻分享</a>
<a href=" /tool/m3u8" target="_blank">m3u8视频在线提取工具</a>
<a href="https://web.fly63.com/php/wxCheck" target="_blank">微信域名拦截检测</a>
<a href="https://web.fly63.com/tool/pdfdraw" target="_blank">PDF文字识别</a>
<a href="https://web.fly63.com/tool/textcensoring" target="_blank" class="red">敏感词/违禁词检测</a>
<a href="https://web.fly63.com/tool/keywordParticiple" target="_blank">关键词重复词组分析工具</a>
<a href="https://web.fly63.com/tool/shortcut" target="_blank">在线生成网址桌面快捷方式</a>
<a href="https://web.fly63.com/tool/browserInfo" target="_blank">浏览器设备信息查询工具</a>
<a href="https://web.fly63.com/tool/textExtract" target="_blank">在线文本提取工具</a>
<a href="https://web.fly63.com/tool/fontSubset" target="_blank">在线字体提取器(字体库裁剪压缩工具)</a>
<a href="https://web.fly63.com/tool/ipv6Compress" target="_blank">IPv6地址压缩与展开工具</a>
<a href="https://web.fly63.com/tool/fileSplit" target="_blank" class="red">文件分割器(日志切割/文件拆分工具)</a>
<a href="https://web.fly63.com/tool/mac-generate" target="_blank">物理mac地址生成器网页版</a>
<a href="https://web.fly63.com/tool/view_source" target="_blank">网站源代码在线查询工具</a>
<a href="https://web.fly63.com/php/dns" target="_blank">域名dns解析查询网站(nslookup记录查询)</a>
<a href="https://web.fly63.com/php/sslquery" target="_blank" class="red">域名SSL证书过期时间批量查询工具</a>
<a href="https://web.fly63.com/tool/cdn_check" target="_blank">在线网站cdn检测工具(cdn地址查询)</a>
<a href="https://web.fly63.com/tool/keyword_check" target="_blank" class="red">网页关键词密度检测工具(seo文章关键词密度查询)</a>
<a href="https://web.fly63.com/php/gzipcheck" target="_blank">网页gzip压缩检测工具(网站gzip在线查询)</a>
<a href="https://web.fly63.com/tool/web_spider" target="_blank">网页蜘蛛模拟抓取测试工具</a>
<a href="https://web.fly63.com/tool/web_log" target="_blank">网站日志解析/流量分析工具</a>
<a href="https://web.fly63.com/tool/similar" target="_blank">文章相似度检测工具在线检测(文本相似度匹配)</a>
</div>
</div>
<div class="item">
<h2>💻 代码开发</h2>
<div class="child">
<a href="https://web.fly63.com/tool/editoronline" target="_blank" class="red">代码在线编辑器IDE</a>
<a href="https://web.fly63.com/tool/code" target="_blank">在线js代码生成工具</a>
<a href="https://web.fly63.com/php/http" target="_blank" class="red">HTTP在线模拟测试工具</a>
<a href="https://web.fly63.com/tool/textdiff" target="_blank" class="red">Diff在线文本比较工具</a>
<a href="https://web.fly63.com/tool/html2js" target="_blank">html转js在线工具</a>
<a href="https://web.fly63.com/tool/uuid" target="_blank" class="red">uuid在线生成器</a>
<a href="https://web.fly63.com/tool/curl2code" target="_blank">curl命令转代码</a>
<a href="https://web.fly63.com/tool/sqlformat" target="_blank">sql格式化</a>
<a href="https://web.fly63.com/php/crawl" target="_blank">网页数据采集抓取</a>
<a href="https://web.fly63.com/tool/JsonFormat" target="_blank" class="red">JSON在线解析工具</a>
<a href="https://web.fly63.com/tool/JsonToModel" target="_blank">JSON生成JavaBean、C#实体类</a>
<a href="https://web.fly63.com/tool/code2img" target="_blank">代码转图片_高雅程序员必备工具</a>
<a href="https://web.fly63.com/tool/sqldesigner" target="_blank">sql在线数据库设计工具</a>
<a href="https://web.fly63.com/tool/element-form" target="_blank">Element表单代码生成器</a>
<a href="https://web.fly63.com/tool/beautify" target="_blank">Javascript或HTML在线美化,格式化</a>
<a href="https://web.fly63.com/tool/regex" target="_blank" class="red">正则表达式调试工具</a>
<a href="https://web.fly63.com/tool/regextest" target="_blank">正则表达式在线测试工具</a>
<a href="https://web.fly63.com/tool/runcode" target="_blank">HTML/CSS/Javascript在线代码运行工具</a>
<a href="https://web.fly63.com/tool/jon" target="_blank">JSON格式化及高亮</a>
<a href="https://web.fly63.com/tool/htmcpr" target="_blank">HTML在线压缩工具</a>
<a href="https://web.fly63.com/tool/linux" target="_blank" class="red">Linux常用命令查询工具</a>
<a href="https://web.fly63.com/tool/crontab" target="_blank">Crontab表达式在线生成器</a>
<a href="https://web.fly63.com/tool/vim" target="_blank">VIM编辑器模拟_vim命令学习工具</a>
<a href="https://web.fly63.com/php/codevar" target="_blank" class="red">程序员代码变量命名工具</a>
<a href="https://web.fly63.com/tool/1loc" target="_blank">275个简洁1行Js代码片段</a>
<a href="https://web.fly63.com/tool/websocket" target="_blank">WebSocket在线测试工具</a>
<a href="https://web.fly63.com/tool/removeNote" target="_blank">代码注释清理工具</a>
<a href="https://web.fly63.com/tool/xml" target="_blank">XML格式化解析工具</a>
<a href="https://web.fly63.com/tool/urlAnal" target="_blank">URL地址参数解析工具</a>
<a href="https://web.fly63.com/tool/sqlite" target="_blank">SQLite数据库查看器</a>
<a href="https://web.fly63.com/tool/json5" target="_blank">在线JSON5格式化校验工具</a>
<a href="https://web.fly63.com/tool/yaml" target="_blank" class="red">yaml文件编辑器(格式化校验)</a>
<a href="https://web.fly63.com/tool/httpCode" target="_blank">http状态码在线查询</a>
<a href="https://web.fly63.com/tool/port" target="_blank">常用端口及协议查询工具</a>
<a href="https://web.fly63.com/tool/folder_tree" target="_blank">文件夹目录树生成工具</a>
<a href="https://web.fly63.com/tool/adb" target="_blank">adb常用命令及用法大全</a>
<a href="https://web.fly63.com/tool/langcodes" target="_blank">国家语言代码对照表查询工具(语言简写代码大全)</a>
<a href="https://web.fly63.com/tool/phpfun" target="_blank">php常用函数参考手册查询工具</a>
<a href="https://web.fly63.com/tool/shortcut_vscode" target="_blank">vscode快捷键查询工具</a>
<a href="https://web.fly63.com/tool/html_extract" target="_blank">html图片/视频/音频/URL链接/资源批量提取器</a>
<a href="https://web.fly63.com/tool/mimetype" target="_blank">各类文件格式类型大全(MimeType速查表)</a>
<a href="https://web.fly63.com/tool/php_format" target="_blank">php代码格式化在线(php代码美化工具)</a>
<a href="https://web.fly63.com/tool/csr_decoder" target="_blank" class="red">CSR证书文件解析工具(csr内容查看器)</a>
<a href="https://web.fly63.com/tool/csr_create" target="_blank">证书csr文件生成器(在线生成证书请求文件CSR)</a>
<a href="https://web.fly63.com/tool/html_escape" target="_blank">html代码字符转义工具</a>
</div>
</div>
<div class="item">
<h2>🎨 Css样式</h2>
<div class="child">
<a href="https://web.fly63.com/tool/cstriangle" target="_blank">CSS三角形生成器</a>
<a href="https://web.fly63.com/tool/sprite" target="_blank">cssSprite/精灵图/雪碧图样式生成工具</a>
<a href="https://web.fly63.com/tool/clippath" target="_blank">一个在线的路径裁剪工具</a>
<a href="https://web.fly63.com/tool/cstxt" target="_blank">在线生成字体CSS样式工具</a>
<a href="https://web.fly63.com/tool/gradient" target="_blank" class="red">CSS渐变色生成器</a>
<a href="https://web.fly63.com/tool/svgchange" target="_blank">SVG图形路径变形工具</a>
<a href="https://web.fly63.com/tool/cssel" target="_blank">CSS选择器演示 </a>
<a href="https://web.fly63.com/tool/cs3" target="_blank">CSS3在线样式生成器</a>
<a href="https://web.fly63.com/tool/neumorphism" target="_blank" class="red">CSS新拟态设计风格生成器【Neumorphism】</a>
<a href="https://web.fly63.com/tool/glassmorphism" target="_blank" class="red">Css玻璃拟物化风格生成器【Glassmorphism】</a>
<a href="https://web.fly63.com/tool/flexbox" target="_blank">CSS3 Flexbox 在线演示</a>
<a href="https://web.fly63.com/tool/cs" target="_blank">CSS代码美化工具</a>
<a href="https://web.fly63.com/tool/rgbcolor" target="_blank">网页颜色在线取色器</a>
<a href="https://web.fly63.com/tool/html5" target="_blank">HTML5 标签含义之元素周期表</a>
<a href="https://web.fly63.com/tool/animate" target="_blank" class="red">Animate.css动画演示</a>
<a href="https://web.fly63.com/tool/csbtn" target="_blank">CSS按钮生成器</a>
<a href="https://web.fly63.com/tool/shadow" target="_blank">漂亮的CSS阴影 box-shadow样式</a>
<a href="https://web.fly63.com/tool/colorMatch" target="_blank" class="red">web颜色搭配方案/设计网页配色表</a>
<a href="https://web.fly63.com/tool/csspack" target="_blank">CSS在线压缩/格式化工具</a>
<a href="https://web.fly63.com/tool/loading" target="_blank" class="red">css loading炫酷的加载动画</a>
<a href="https://web.fly63.com/tool/cssplit" target="_blank">CSS分割线在线制作</a>
<a href="https://web.fly63.com/tool/unitConvert" target="_blank">CSS长度单位转换工具</a>
<a href="https://web.fly63.com/tool/bubble" target="_blank">CSS三角边框气泡生成器(箭头对话框样式)</a>
<a href="https://web.fly63.com/tool/text_shadow" target="_blank">CSS文字阴影效果代码生成器(text-shadow样式)</a>
<a href="https://web.fly63.com/tool/div_shadow" target="_blank">div元素阴影效果生成器(box-shadow样式)</a>
<a href="https://web.fly63.com/tool/shieldbadge" target="_blank">Shield Badge盾牌徽章生成器</a>
<a href="https://web.fly63.com/tool/color_middle" target="_blank">色彩中间色计算工具(过渡色获取器)</a>
<a href="https://web.fly63.com/tool/color_tool" target="_blank">色彩工具箱(颜色混合/匹配度/相反值/颜色拾取)</a>
<a href="https://web.fly63.com/tool/cubic_bezier" target="_blank">css3贝塞尔曲线动画可视化工具</a>
<a href="https://web.fly63.com/tool/px_rem" target="_blank">px和rem转换器(css批量实现px转rem工具)</a>
<a href="https://web.fly63.com/tool/css_colorname" target="_blank">css颜色代码表(html各种颜色代码对照表大全)</a>
</div>
</div>
<div class="item">
<h2>📲 二维码</h2>
<div class="child">
<a href="https://web.fly63.com/php/wxerm" target="_blank">微信小程序二维码生成工具</a>
<a href="https://web.fly63.com/tool/wifiewm" target="_blank">WIFI二维码生成器</a>
<a href="https://web.fly63.com/tool/ewm" target="_blank" class="red">二维码在线生成器</a>
<a href="https://web.fly63.com/php/decoder" target="_blank" class="red">二维码在线解码工具</a>
<a href="https://web.fly63.com/php/barcode" target="_blank">条形码生成器</a>
<a href="https://web.fly63.com/tool/alipay" target="_blank">支付宝微信收款码二合一</a>
<a href="https://web.fly63.com/tool/barcodeparse" target="_blank">一维码条形码解析器</a>
<a href="https://web.fly63.com/tool/wx_qrcode" target="_blank">微信公众号二维码在线生成器</a>
</div>
</div>
<div class="item">
<h2>🖼️ 图片相关</h2>
<div class="child">
<a href="https://web.fly63.com/tool/base64" target="_blank">图片在线转换Base64数据</a>
<a href="https://web.fly63.com/tool/imgformat" target="_blank" class="red">图片格式webp/png/jpeg转换工具</a>
<a href="https://web.fly63.com/tool/pdf2img" target="_blank">PDF文件转换图片工具</a>
<a href="https://web.fly63.com/tool/img2char" target="_blank">在线将图片生成ascii字符画</a>
<a href="https://web.fly63.com/tool/imagecolor" target="_blank">图片主色调在线获取工具</a>
<a href="https://web.fly63.com/tool/bitmap" target="_blank">占位图在线生成</a>
<a href="https://web.fly63.com/tool/picys" target="_blank">图片在线压缩工具</a>
<a href="https://web.fly63.com/php/ico" target="_blank" class="red">图片在线生成ICO图标</a>
<a href="https://web.fly63.com/tool/rmind" target="_blank" class="red">在线思维导图</a>
<a href="https://web.fly63.com/tool/imgcut" target="_blank">在线图片裁剪/生成</a>
<a href="https://web.fly63.com/tool/svgeditor" target="_blank">SVG在线编辑器</a>
<a href="https://web.fly63.com/tool/watermark" target="_blank" class="red">图片加水印工具</a>
<a href="https://web.fly63.com/tool/drawsvg" target="_blank" class="red">在线生成流程图、时序图工具</a>
<a href="https://web.fly63.com/tool/diagram_sfd" target="_blank">画图工具_流程图、标注图、矢量图</a>
<a href="https://web.fly63.com/tool/videoposter" target="_blank" class="red">在线视频截图</a>
<a href="https://web.fly63.com/tool/avatar" target="_blank">图片合成工具_头像加圣诞帽、口罩</a>
<a href="https://web.fly63.com/tool/jiugongge" target="_blank">生成九宫格图片</a>
<a href="https://web.fly63.com/tool/gifres" target="_blank" class="red">Gif图片分解成序列帧</a>
<a href="https://web.fly63.com/tool/imgfilter" target="_blank">照片加滤镜特效</a>
<a href="https://web.fly63.com/tool/imgedit" target="_blank">图片编辑工具</a>
<a href="https://web.fly63.com/tool/favicon" target="_blank">网页地址栏favicon图标制作</a>
<a href="https://web.fly63.com/tool/tesseract" target="_blank">图片文字提取工具</a>
<a href="https://web.fly63.com/tool/whiteboard" target="_blank">免费在线画桌白板工具</a>
<a href="https://web.fly63.com/tool/pixeldraw" target="_blank" class="red">在线像素画板工具</a>
<a href="https://web.fly63.com/tool/pixelit" target="_blank">照片转像素风格画</a>
<a href="https://web.fly63.com/tool/shotPhoto" target="_blank">在线截图美化工具</a>
<a href="https://web.fly63.com/tool/xbm" target="_blank">在线XBM点阵图像编辑器</a>
<a href="https://web.fly63.com/tool/imgFlip" target="_blank">图片镜像翻转在线工具</a>
<a href="https://web.fly63.com/tool/imgRotate" target="_blank">图片批量旋转工具</a>
<a href="https://web.fly63.com/tool/textToImg" target="_blank">文字生成图片在线制作</a>
<a href="https://web.fly63.com/tool/imgDpi" target="_blank">在线免费修改图片dpi工具</a>
<a href="https://web.fly63.com/tool/imgGray" target="_blank">把彩色的图片变成黑白(图片转灰度图)</a>
<a href="https://web.fly63.com/tool/imgStitching" target="_blank" class="red">图片在线合成拼接器(多张照片拼成一张图)</a>
<a href="https://web.fly63.com/tool/gifmake" target="_blank">gif图片在线制作生成器</a>
<a href="https://web.fly63.com/tool/imgexif" target="_blank">照片信息查看器(图片exif在线查询)</a>
<a href="https://web.fly63.com/tool/mermaid" target="_blank">Mermaid流程图在线制作编辑器</a>
<a href="https://web.fly63.com/tool/imgtosvg" target="_blank">图片转换svg格式在线生成器</a>
<a href="https://web.fly63.com/tool/pdf_imgs" target="_blank">PDF图片提取器(获取pdf内的图片工具)</a>
<a href="https://web.fly63.com/tool/img_ocr" target="_blank">OCR图片文字识别工具(在线文字提取器)</a>
<a href="https://web.fly63.com/tool/color_blindness" target="_blank">红绿/蓝黄色盲色弱检测图片</a>
<a href="https://web.fly63.com/tool/img_coord" target="_blank">图片坐标定位查询工具(图片坐标查看器)</a>
<a href="https://web.fly63.com/tool/ppt_img" target="_blank" class="red">PPT图片提取工具(ppt批量导出图片)</a>
<a href="https://web.fly63.com/tool/heicimg" target="_blank">heic图片格式转换器(苹果heic图片查看)</a>
<a href="https://web.fly63.com/tool/web_icon" target="_blank">在线获取网站icon图标下载</a>
<a href="https://web.fly63.com/tool/png_bg" target="_blank">png图片在线换底色背景颜色工具</a>
<a href="https://web.fly63.com/tool/excel_img" target="_blank">Excel图片提取工具(批量获取excel图片)</a>
<a href="https://web.fly63.com/tool/img_colorreverse" target="_blank">图像反相/反色处理工具(反转图片颜色负片效果)</a>
<a href="https://web.fly63.com/tool/pdf_intensify" target="_blank">pdf防止复制粘贴修改工具(pdf内容转换为图片)</a>
<a href="https://web.fly63.com/tool/img_colorpicker" target="_blank">图片取色器在线生成器(图片颜色提取识别)</a>
</div>
</div>
<div class="item">
<h2>🏠 生活工具</h2>
<div class="child">
<a href="https://web.fly63.com/tool/calendar" target="_blank">公历农历转换查询工具</a>
<a href="https://web.fly63.com/php/mobile" target="_blank">手机号码归属地查询</a>
<a href="https://web.fly63.com/tool/relationship" target="_blank">中国亲戚关系计算器</a>
<a href="https://web.fly63.com/tool/areacode" target="_blank">世界各国区号时差查询</a>
<a href="https://web.fly63.com/tool/nianling" target="_blank">在线年龄计算器</a>
<a href="https://web.fly63.com/tool/nianlvli" target="_blank">年化收益计算器(年化利率计算器)</a>
<a href="https://web.fly63.com/tool/fangdai" target="_blank">房贷计算器</a>
<a href="https://web.fly63.com/tool/test" target="_blank" class="red">心理测试工具</a>
<a href="https://web.fly63.com/tool/chart" target="_blank" class="red">在线图表工具_饼状/折线/柱状/漏斗/雷达图</a>
<a href="https://web.fly63.com/tool/yuansu" target="_blank">化学元素周期表查询工具</a>
<a href="https://web.fly63.com/tool/gerenshui" target="_blank" class="red">个人所得税计算器</a>
<a href="https://web.fly63.com/tool/fuli" target="_blank">复利计算器_复利增值在线计算</a>
<a href="https://web.fly63.com/tool/dream" target="_blank">周公解梦查询大全</a>
<a href="https://web.fly63.com/tool/huayu" target="_blank">花语大全 - 查询各种花的花语</a>
<a href="https://web.fly63.com/tool/day" target="_blank">天数间隔计算器</a>
<a href="https://web.fly63.com/tool/garbage" target="_blank">生活垃圾分类查询</a>
<a href="https://web.fly63.com/tool/qiming" target="_blank" class="red">古诗词在线起名/取名</a>
<a href="https://web.fly63.com/tool/zipcode" target="_blank">国内邮政编码大全</a>
<a href="https://web.fly63.com/tool/worldtime" target="_blank" class="red">世界各地时间转换查询工具</a>
<a href="https://web.fly63.com/tool/bjx" target="_blank">百家姓排名查询大全</a>
<a href="https://web.fly63.com/tool/dzg" target="_blank">弟子规全文及解释</a>
<a href="https://web.fly63.com/tool/bankinfo" target="_blank" class="red">银行卡号归属地查询</a>
<a href="https://web.fly63.com/tool/chepai" target="_blank">国内车牌号码归属地查询</a>
<a href="https://web.fly63.com/tool/miaobiao" target="_blank">在线秒表记时器</a>
<a href="https://web.fly63.com/tool/xuexing" target="_blank">子女血型遗存查询</a>
<a href="https://web.fly63.com/tool/size" target="_blank">(服装)尺码对照表</a>
<a href="https://web.fly63.com/tool/laohuangli" target="_blank" class="red">老黄历查询(吉日/星宿/时辰)</a>
<a href="https://web.fly63.com/tool/relax" target="_blank">白噪音,聆听大自然的声音</a>
<a href="https://web.fly63.com/tool/lrc_editor" target="_blank">lrc歌词在线编辑工具</a>
<a href="https://web.fly63.com/tool/purine" target="_blank" class="red">食物嘌呤查询_痛风及高尿酸血症饮食表</a>
<a href="https://web.fly63.com/tool/food" target="_blank">食物营养成分查询</a>
<a href="https://web.fly63.com/tool/heshui" target="_blank">饮水量计算器_每日喝水量</a>
<a href="https://web.fly63.com/tool/phone" target="_blank" class="red">常用电话号码大全</a>
<a href="https://web.fly63.com/tool/tomato" target="_blank">番茄钟计时器_效率工具</a>
<a href="https://web.fly63.com/tool/coin" target="_blank">抛硬币做决定</a>
<a href="https://web.fly63.com/tool/jieri" target="_blank">世界节日大全,阳历农历节日查询</a>
<a href="https://web.fly63.com/tool/usDollarsConvert" target="_blank" class="red">英文金额大写转换工具</a>
<a href="https://web.fly63.com/tool/vita" target="_blank" class="red">简历模板,在线制作简历</a>
<a href="https://web.fly63.com/tool/shengxiao" target="_blank">生肖查询工具</a>
<a href="https://web.fly63.com/tool/gezi" target="_blank">格子纸打印工具</a>
<a href="https://web.fly63.com/tool/bmi" target="_blank" class="red">身高体重BMI计算器</a>
<a href="https://web.fly63.com/tool/ziwei" target="_blank">紫微斗数在线排盘工具</a>
<a href="https://web.fly63.com/tool/wannianli" target="_blank">在线万年历查询</a>
<a href="https://web.fly63.com/tool/mingxiang" target="_blank">在线冥想减压助眠工具</a>
<a href="https://web.fly63.com/php/tbyhq" target="_blank">淘宝优惠券查询工具</a>
<a href="https://web.fly63.com/tool/chizi" target="_blank" class="red">尺子在线测量工具</a>
<a href="https://web.fly63.com/tool/shizhong" target="_blank">在线时钟_模拟钟表</a>
<a href="https://web.fly63.com/tool/sleep" target="_blank">睡眠周期计算器</a>
<a href="https://web.fly63.com/tool/retireAge" target="_blank">在线退休年龄计算器</a>
<a href="https://web.fly63.com/tool/chartLine" target="_blank">折线图在线制作(曲线图生成器)</a>
<a href="https://web.fly63.com/tool/chartBar" target="_blank">柱状图在线制作(柱状图生成器)</a>
<a href="https://web.fly63.com/tool/chartPie" target="_blank">饼状图在线制作(饼状图生成器)</a>
<a href="https://web.fly63.com/tool/chartTree" target="_blank">树形图制作工具(树形图生成器)</a>
<a href="https://web.fly63.com/tool/position" target="_blank">地图经纬度查询定位工具</a>
<a href="https://web.fly63.com/tool/degreeConvert" target="_blank">在线经纬度和度分秒转换器</a>
<a href="https://web.fly63.com/tool/chartSankey" target="_blank">桑基图在线绘制生成工具(桑基图生成器)</a>
<a href="https://web.fly63.com/tool/chartRadar" target="_blank">雷达图在线绘制工具(雷达图生成器)</a>
<a href="https://web.fly63.com/tool/unzip" target="_blank" class="red">文件在线解压工具(ZIP/RAR/7Z/TAR格式)</a>
<a href="https://web.fly63.com/tool/zip" target="_blank">在线文件解压网站(zip压缩工具)</a>
<a href="https://web.fly63.com/tool/chartRadar" target="_blank">雷达图在线绘制工具(雷达图生成器)</a>
<a href="https://web.fly63.com/tool/chartScatter" target="_blank">散点图在线绘制工具(散点图生成器)</a>
<a href="https://web.fly63.com/tool/chartSunburst" target="_blank">旭日图在线绘制工具(旭日图生成器)</a>
<a href="https://web.fly63.com/tool/rollcall" target="_blank" class="red">在线点名器网页版(随机点名系统)</a>
<a href="https://web.fly63.com/tool/qianming" target="_blank">电子签名一键生成器</a>
<a href="https://web.fly63.com/tool/telbiao" target="_blank">电话号码上标下标生成器</a>
<a href="https://web.fly63.com/tool/childheight" target="_blank">孩子身高预测计算器(父母身高遗传公式)</a>
<a href="https://web.fly63.com/tool/translate" target="_blank">在线聚合翻译工具</a>
<a href="https://web.fly63.com/tool/calcday" target="_blank">在线女性安全期计算查询</a>
<a href="https://web.fly63.com/tool/name_sort" target="_blank">姓名排序工具在线使用</a>
<a href="https://web.fly63.com/tool/daikuan" target="_blank">按揭贷款利息计算器</a>
<a href="https://web.fly63.com/tool/cunkuan" target="_blank">存款收益计算器(定期/活期/存本取息/通知存款)</a>
<a href="https://web.fly63.com/tool/zhaopiansize" target="_blank">证件照规格尺寸大全(照片尺寸标准查询)</a>
<a href="https://web.fly63.com/tool/irr" target="_blank" class="red">内部收益率IRR计算器</a>
<a href="https://web.fly63.com/tool/college_info" target="_blank">全国普通高等学校名单查询工具</a>
<a href="https://web.fly63.com/tool/invest" target="_blank">投资收益规划计算器</a>
<a href="https://web.fly63.com/tool/child_height" target="_blank">儿童标准身高体重对照参考表</a>
<a href="https://web.fly63.com/tool/bfr" target="_blank">BFR体脂率在线计算器</a>
<a href="https://web.fly63.com/tool/bmr" target="_blank">BMR基础代谢率计算器</a>
<a href="https://web.fly63.com/tool/taiertizhong" target="_blank">胎儿体重在线计算器(与孕周对照表)</a>
<a href="https://web.fly63.com/tool/team_group" target="_blank">人员随机分组器(活动分组工具)</a>
<a href="https://web.fly63.com/tool/day_riqi" target="_blank">日期时间差计算器(时间间隔计数器)</a>
<a href="https://web.fly63.com/tool/24jieqi" target="_blank">24节气对应时间查询(24节气歌/含义和理解)</a>
<a href="https://web.fly63.com/tool/adjusted_weight" target="_blank">调整体重/理想体重计算器</a>
<a href="https://web.fly63.com/tool/ffmi_calculator" target="_blank">无脂肪质量指数计算(FFMI肌肉水平计算器)</a>
<a href="https://web.fly63.com/tool/absi_calculator" target="_blank">体型指数计算器在线计算(ABSI体型指数)</a>
<a href="https://web.fly63.com/tool/subway_search" target="_blank">全国地铁路线查询工具(地铁全程站点图)</a>
<a href="https://web.fly63.com/tool/dianfei" target="_blank">在线电费计算器(设备耗电量计算工具)</a>
<a href="https://web.fly63.com/tool/oil_calculator" target="_blank">汽车油耗计算器(汽车油耗怎么算)</a>
</div>
</div>
<div class="item">
<h2>🎮 娱乐相关</h2>
<div class="child">
<a href="https://web.fly63.com/php/dujitang" target="_blank">毒鸡汤语录</a>
<a href="https://web.fly63.com/php/juzi" target="_blank" class="red">经典语录大全</a>
<a href="http://fly63.com/tool/wing" target="_blank">微信翅膀昵称生成器</a>
<a href="https://web.fly63.com/tool/wxCreate" target="_blank">微信整蛊生成器</a>
<a href="https://web.fly63.com/php/todayHistory" target="_blank">历史上的今天</a>
<a href="https://web.fly63.com/tool/chi" target="_blank">今天吃什么?</a>
<a href="https://web.fly63.com/php/emojiPkg" target="_blank">常用表情包大全</a>
<a href="https://web.fly63.com/tool/game" target="_blank">在线网页小游戏_上班无聊摸鱼</a>
<a href="https://web.fly63.com/tool/papapa" target="_blank" class="red">计算多少天后啪啪啪</a>
<a href="https://web.fly63.com/tool/cyjl" target="_blank">成语接龙查询器</a>
<a href="https://web.fly63.com/tool/xiehouyu" target="_blank">歇后语查询工具</a>
<a href="https://web.fly63.com/tool/yanyu" target="_blank">民间谚语在线查询</a>
<a href="https://web.fly63.com/tool/naojin" target="_blank">脑筋急转弯在线查询</a>
<a href="https://web.fly63.com/tool/love" target="_blank">土味情话查询生成器</a>
<a href="https://web.fly63.com/tool/rkl" target="_blank">绕口令大全</a>
<a href="https://web.fly63.com/tool/joke" target="_blank">笑话大全</a>
<a href="https://web.fly63.com/tool/bullshitGenerator" target="_blank">狗屁不通文章生成器</a>
<a href="https://web.fly63.com/tool/rainbowfart" target="_blank">彩虹屁文章生成器</a>
<a href="https://web.fly63.com/php/poetry" target="_blank">每日一首古诗词</a>
<a href="https://web.fly63.com/tool/app" target="_blank" class="red">好玩的IOS优质App推荐</a>
<a href="https://web.fly63.com/tool/guitar" target="_blank">谷歌吉他在线版</a>
<a href="https://web.fly63.com/php/wedog" target="_blank" class="red">舔狗日记</a>
<a href="https://web.fly63.com/php/caihongpi" target="_blank">彩虹屁文案语录</a>
<a href="https://web.fly63.com/tool/lookEmojis" target="_blank" class="red">查找不动的表情包_emoji小游戏</a>
<a href="https://web.fly63.com/tool/dazhuanpan" target="_blank">大转盘做决定</a>
<a href="https://web.fly63.com/tool/taluo" target="_blank">塔罗牌牌意解析大全</a>
<a href="https://web.fly63.com/tool/rsckmnq" target="_blank">人生模拟器:无限重开之旅</a>
<a href="https://web.fly63.com/tool/shulte" target="_blank">在线舒尔特方格注意力测试</a>
<a href="https://web.fly63.com/tool/drums" target="_blank">锅碗瓢盆乐器在线模拟器</a>
<a href="https://web.fly63.com/tool/1a2b" target="_blank">1a2b猜数字游戏(思维挑战)</a>
<a href="https://web.fly63.com/tool/n-puzzle" target="_blank" class="red">数字华容道在线玩</a>
<a href="https://web.fly63.com/tool/dice" target="_blank">在线模拟扔骰子游戏</a>
<a href="https://web.fly63.com/tool/smoke" target="_blank">赛博抽烟模拟器(虚拟吸烟网页版)</a>
<a href="https://web.fly63.com/tool/maze" target="_blank">迷宫生成器网页版(在线迷宫游戏)</a>
<a href="https://web.fly63.com/tool/muyu" target="_blank" class="red">电子木鱼网页版(敲木鱼模拟器)</a>
<a href="https://web.fly63.com/tool/fangpi" target="_blank">放屁声音模拟器(放屁整蛊音效)</a>
<a href="https://web.fly63.com/tool/caipiao" target="_blank">双色球机选彩票工具(选号模拟器)</a>
<a href="https://web.fly63.com/tool/game_els" target="_blank">经典俄罗斯方块在线玩</a>
<a href="https://web.fly63.com/tool/game_2048" target="_blank">2048游戏经典网页版(数字消除合成)</a>
<a href="https://web.fly63.com/tool/xingzuo" target="_blank">男女星座匹配度查询工具(娱乐版)</a>
<a href="https://web.fly63.com/tool/snake" target="_blank">贪吃蛇单机网页版在线玩</a>
<a href="https://web.fly63.com/tool/fanying" target="_blank">反应速度测试工具(训练反应能力)</a>
<a href="https://web.fly63.com/tool/checkcps" target="_blank">Cps手速测试器网页版(鼠标点击速度挑战)</a>
<a href="https://web.fly63.com/tool/game_rps" target="_blank">石头剪子布游戏在线玩(趣味/好玩/公平)</a>
<a href="https://web.fly63.com/tool/niepaopao" target="_blank">捏泡泡纸游戏模拟器(解压,缓解压力)</a>
<a href="https://web.fly63.com/tool/fireworks" target="_blank">放烟花模拟器(各种烟花在线观看)</a>
<a href="https://web.fly63.com/tool/mofang" target="_blank">在线魔方模拟器网站(魔方在线玩)</a>
<a href="https://web.fly63.com/tool/reversi" target="_blank">黑白棋网页版在线玩</a>
<a href="https://web.fly63.com/tool/poetry_chains" target="_blank">古诗词上下句填空接龙游戏</a>
<a href="https://web.fly63.com/tool/dinosaur" target="_blank">恐龙快跑小游戏网页版</a>
<a href="https://web.fly63.com/tool/looptap" target="_blank">LoopTape消磨时间的小游戏(简单有趣的反应力游戏)</a>
</div>
</div>
<div class="item">
<h2>📚 文档手册</h2>
<div class="child">
<a href="https://web.fly63.com/tool/es6" target="_blank">ECMAScript 6 入门</a>
<a href="https://web.fly63.com/tool/npmdoc" target="_blank">npm 中文文档 </a>
<a href="https://web.fly63.com/tool/nodedoc" target="_blank">Node.js中文文档</a>
<a href="https://web.fly63.com/tool/normdoc" target="_blank">中文技术文档的写作规范</a>
<a href="https://web.fly63.com/manual/layui/web" target="_blank">layui镜像文档</a>
<a href="https://web.fly63.com/manual/cs" target="_blank">css在线参考手册,包含CSS2、CSS3等内容</a>
<a href="https://web.fly63.com/manual/jquery" target="_blank">Jquery在线参考手册</a>
<a href="https://web.fly63.com/manual/JavaScript" target="_blank">JavaScript在线参考手册</a>
<a href="https://web.fly63.com/tool/rectdoc" target="_blank">React.js 中文参考文档</a>
<a href="https://web.fly63.com/tool/nginxdoc" target="_blank">Nginx中文文档</a>
</div>
</div>
<div class="item">
<h2>🧰 其他工具</h2>
<div class="child">
<a href="https://web.fly63.com/tool/ascii" target="_blank">ASCII码对照表</a>
<a href="https://web.fly63.com/tool/table" target="_blank" class="red">常用对照表</a>
<a href="https://web.fly63.com/tool/domain" target="_blank">域名分类大全、顶级域名后缀查询</a>
<a href="https://web.fly63.com/tool/zitie" target="_blank">字帖生成器</a>
<a href="https://web.fly63.com/tool/zishutongji" target="_blank">字数统计工具</a>
<a href="https://web.fly63.com/tool/filetype" target="_blank">文件格式/类型识别工具</a>
<a href="https://web.fly63.com/tool/chaizi" target="_blank">在线中文拆字解字</a>
<a href="https://web.fly63.com/tool/text-ench" target="_blank">中英混排文档在线排版工具</a>
<a href="https://web.fly63.com/tool/dao" target="_blank">网址导航,上网从这里开始</a>
<a href="https://web.fly63.com/tool/paiban" target="_blank">在线排版工具</a>
<a href="https://web.fly63.com/tool/jisuanqi" target="_blank">科学计算器</a>
<a href="http://hao.fly63.com" rel="nofollow" target="_blank" class="red">简约导航</a>
<a href="https://web.fly63.com/tool/sudoku" target="_blank">数独题目生成器</a>
<a href="https://web.fly63.com/tool/24dian" target="_blank">24点计算器_在线24点解法器</a>
<a href="https://web.fly63.com/tool/zidian" target="_blank">汉语字典_在线汉字查询</a>
<a href="https://web.fly63.com/tool/chengyu" target="_blank">成语词典</a>
<a href="https://web.fly63.com/tool/audioedit" target="_blank">在线音频编辑器_Audio Editor</a>
<a href="https://web.fly63.com/tool/screenRecord" target="_blank">在线高清录屏</a>
<a href="https://web.fly63.com/tool/prime" target="_blank">质数计算器_质数(素数)在线判断</a>
<a href="https://web.fly63.com/tool/random" target="_blank">随机数生成器_支持带小数点</a>
<a href="https://web.fly63.com/tool/fangcha" target="_blank">方差、标准差计算器</a>
<a href="https://web.fly63.com/tool/ipjisuan" target="_blank">IP网络地址/子网掩码计算与转换工具</a>
<a href="https://web.fly63.com/tool/fooplot" target="_blank">fooplot数学函数绘图器工具</a>
<a href="https://web.fly63.com/tool/sanjiaohanshu" target="_blank">三角函数计算器_弧度与度在线换算</a>
<a href="https://web.fly63.com/tool/sanjiaoxingjiaodu" target="_blank">三角形的角度计算器_周长/面积/内径/半径</a>
<a href="https://web.fly63.com/tool/baifenbi" target="_blank">百分比在线计算器</a>
<a href="https://web.fly63.com/tool/fuhao" target="_blank" class="red">个性特殊符号大全</a>
<a href="https://web.fly63.com/tool/zrds" target="_blank">自然对数计算器</a>
<a href="https://web.fly63.com/tool/cxy" target="_blank">程序员一站式导航</a>
<a href="https://web.fly63.com/tool/segmentit" target="_blank">汉语在线分词工具</a>
<a href="https://web.fly63.com/tool/weirdfonts" target="_blank" class="red">神奇字体_怪异英文生成器</a>
<a href="https://web.fly63.com/tool/keyboardcode" target="_blank">键盘键码keyCode对照表</a>
<a href="https://web.fly63.com/tool/shoudu" target="_blank">世界各国首都中英文对照表</a>
<a href="https://web.fly63.com/tool/currency" target="_blank">世界各地货币查询工具</a>
<a href="https://web.fly63.com/tool/ipv4" target="_blank">IPv4子网查询表</a>
<a href="https://web.fly63.com/tool/screentest" target="_blank" class="red">在线屏幕测试工具</a>
<a href="https://web.fly63.com/tool/stringlength" target="_blank">文本字符串长度计算工具</a>
<a href="https://web.fly63.com/tool/textVertical" target="_blank">文字竖排编辑工具</a>
<a href="https://web.fly63.com/tool/ipvCidr" target="_blank">IPv4/IPv6地址范围在线计算器</a>
<a href="https://web.fly63.com/tool/mime" target="_blank">常见的MIME类型列表大全</a>
<a href="https://web.fly63.com/tool/factorial" target="_blank">阶乘在线计算器(支持大数阶乘计算)</a>
<a href="https://web.fly63.com/tool/fibonacci" target="_blank">斐波那契数列计算器(斐波那契函数公式算法)</a>
<a href="https://web.fly63.com/tool/factorization" target="_blank">数学因式分解计算器(判断合数和质数)</a>
<a href="https://web.fly63.com/tool/fraction" target="_blank">分数计算器在线使用(通分/大小比较/约分/转小数)</a>
<a href="https://web.fly63.com/tool/mathFormula" target="_blank">在线函数绘图工具:数学公式绘制图表</a>
<a href="https://web.fly63.com/tool/area" target="_blank" class="red">在线面积计算器(面积计算公式大全)</a>
<a href="https://web.fly63.com/tool/randomIp" target="_blank">随机ip地址生成器(支持IPv4/IPv6地址生成)</a>
<a href="https://web.fly63.com/tool/avg" target="_blank">算术平均数计算器(在线计算平均值)</a>
<a href="https://web.fly63.com/tool/squarePower" target="_blank">次方和开方计算器(n次方根)</a>
<a href="https://web.fly63.com/tool/projection" target="_blank">地图坐标投影计算工具</a>
<a href="https://web.fly63.com/tool/wave-player" target="_blank">PCM/MP3/WAV音频文件播放器工具</a>
<a href="https://web.fly63.com/tool/perimeter-calculator" target="_blank">在线周长计算器(周长公式表大全)</a>
<a href="https://web.fly63.com/tool/latex_img" target="_blank">TeX/LaTeX数学公式转图片下载</a>
<a href="https://web.fly63.com/tool/logarithm-calculator" target="_blank">对数计算器在线使用(log对数/自然对数)</a>
<a href="https://web.fly63.com/tool/volume" target="_blank">在线体积计算器(各种几何体的体积公式)</a>
<a href="https://web.fly63.com/tool/area-surface" target="_blank">表面积计算器在线(表面积计算公式)</a>
<a href="https://web.fly63.com/tool/bihua" target="_blank">汉字笔画笔顺在线查询</a>
<a href="https://web.fly63.com/tool/chaodai" target="_blank">中国历史朝代一览表</a>
<a href="https://web.fly63.com/tool/shuxueti" target="_blank" class="red">小学数学题目自动生成器</a>
<a href="https://web.fly63.com/tool/zimu" target="_blank">拼音字母表读音完整版</a>
<a href="https://web.fly63.com/tool/jifenban" target="_blank" class="red">在线记分板工具(比赛记分牌)</a>
<a href="https://web.fly63.com/tool/jiazitable" target="_blank">六十甲子年对照表(五行金木水火土查询表)</a>
<a href="https://web.fly63.com/tool/bihua_hanzi" target="_blank">汉字笔画数在线查询</a>
<a href="https://web.fly63.com/tool/ppi" target="_blank">屏幕PPI在线计算器</a>
<a href="https://web.fly63.com/tool/file_md5" target="_blank">文件md5值计算工具</a>
<a href="https://web.fly63.com/tool/shortcut_ppt" target="_blank">ppt常用快捷键大全表格查询</a>
<a href="https://web.fly63.com/tool/shortcut_ps" target="_blank">ps常用快捷键大全</a>
<a href="https://web.fly63.com/tool/angle" target="_blank">角度单位换算器(度分秒计算器)</a>
<a href="https://web.fly63.com/tool/shortcut_excel" target="_blank">excel快捷键大全完整版</a>
<a href="https://web.fly63.com/tool/calclcm" target="_blank" class="red">最小公倍数计算器(公倍数怎么求)</a>
<a href="https://web.fly63.com/tool/shortcut_word" target="_blank">word快捷键命令大全</a>
<a href="https://web.fly63.com/tool/zhizhangsize" target="_blank">标准纸张尺寸规格对照表</a>
<a href="https://web.fly63.com/tool/sanwei" target="_blank">女性三围尺码标准对照表(女性身材计算参考)</a>
<a href="https://web.fly63.com/tool/file_resize" target="_blank">文件体积大小修改工具(在线文件扩容)</a>
<a href="https://web.fly63.com/tool/shortcut_chrome" target="_blank">chrome浏览器命令行及快捷键大全</a>
<a href="https://web.fly63.com/tool/lorem_ipsum" target="_blank">lorem ipsum乱数假文生成器</a>
<a href="https://web.fly63.com/tool/keyboard" target="_blank">键盘按键在线测试工具网站</a>
<a href="https://web.fly63.com/tool/country_code" target="_blank">全球国家简码查询工具(国家地区代码)</a>
<a href="https://web.fly63.com/tool/gpa_calculator" target="_blank">课程绩点gpa计算器(学分绩点在线计算)</a>
<a href="https://web.fly63.com/tool/matrix_calculator" target="_blank" class="red">矩阵计算器(矩阵乘法/除法/等价/秩逆/公式运算)</a>
<a href="https://web.fly63.com/tool/pi_query" target="_blank">PI圆周率位数查询器(π查询数字)</a>
<a href="https://web.fly63.com/tool/bignum_calculator" target="_blank">超大整数小数精确计算器(大数运算工具)</a>
<a href="https://web.fly63.com/tool/cat_age" target="_blank">猫猫年龄计算器(猫咪年龄换算器)</a>
<a href="https://web.fly63.com/tool/salary_cal" target="_blank">实时工资计算器网页版(查看每秒收入)</a>
</div>
</div>
<div class="item">
<h2>🔗 三方工具</h2>
<div class="child">
<a href="https://web.fly63.com/tool/other.html?u=qmsjmfb" target="_blank" rel="nofollow">网名在线生成器</a>
<a href="https://web.fly63.com/tool/other.html?u=jiumodiary" target="_blank" rel="nofollow">鸠摩搜书_电子书搜索引擎</a>
<a href="https://web.fly63.com/tool/other.html?u=runoob" target="_blank" rel="nofollow">菜鸟在线编译工具</a>
<a href="https://web.fly63.com/tool/other.html?u=converter" target="_blank" rel="nofollow">多媒体文件转换器</a>
<a href="https://web.fly63.com/tool/other.html?u=photopea" target="_blank" rel="nofollow" class="red">在线制作编辑图片ps精简版</a>
<a href="https://web.fly63.com/tool/other.html?u=fabiaoqing" target="_blank" rel="nofollow">表情包在线网站</a>
<a href="https://web.fly63.com/tool/other.html?u=bigjpg" target="_blank" rel="nofollow">AI人工智能图片放大</a>
<a href="https://web.fly63.com/tool/other.html?u=ezgif" target="_blank" rel="nofollow" class="red">在线GIF编辑优化</a>
<a href="https://online-audio-converter.com" target="_blank" rel="nofollow">音频格式转换</a>
<a href="https://tinypng.com" target="_blank" rel="nofollow">tinypng图片压缩</a>
<a href="https://docsmall.com" target="_blank" rel="nofollow">在线文件压缩_支持多种格式</a>
<a href="https://smallpdf.com/cn/pdf-tools" target="_blank" rel="nofollow">在线PDF工具</a>
</div>
</div>
<div class="item">
<h2>🤖 AI问答</h2>
<div class="child">
<a rel="nofollow" target="_blank" href="https://chat.deepseek.com">DeepSeek</a>
<a rel="nofollow" target="_blank" href="https://www.doubao.com">豆包(抖音)</a>
<a rel="nofollow" target="_blank" href="https://yiyan.baidu.com">文心一言</a>
<a rel="nofollow" target="_blank" href="https://www.kimi.com">Kimi</a>
<a rel="nofollow" target="_blank" href="https://www.tongyi.com">通义千问(阿里)</a>
<a rel="nofollow" target="_blank" href="https://yuanbao.tencent.com">腾讯元宝</a>
<a rel="nofollow" target="_blank" href="https://www.n.cn">纳米AI(360)</a>
<a rel="nofollow" target="_blank" href="https://chat.baidu.com">百度AI</a>
<a rel="nofollow" target="_blank" href="https://chat.openai.com">ChatGPT</a>
<a rel="nofollow" target="_blank" href="https://deepmind.google">Gemini(谷歌)</a>
</div>
</div>
<div class="item">
<h2>🎫 优惠券领取</h2>
<div class="child">
<a rel="nofollow" target="_blank" href="https://web.fly63.com/nav/2907">阿里云优惠券</a>
<a rel="nofollow" target="_blank" href="https://web.fly63.com/nav/2908">腾讯云优惠券</a>
<a rel="nofollow" target="_blank" href="https://www.vpsor.cn?userCode=ghb575">硅云服务器/虚拟主机</a>
<a rel="nofollow" target="_blank" href="https://web.fly63.com/article/detial/12584">支付宝领红包</a>
</div>
</div>
<div class="item ota">
<a target="_blank" href="https://web.fly63.com/">fly63前端网</a>
<a target="_blank" href="https://github.com/mydearcc/tools">GitHub</a>
</div>
</div>
</body>
</html>