HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<HTML>
<HEAD>
<TITLE>歸檔星球 Archive Star - 網站索引</TITLE>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="歸檔星球(Archive Star)網站索引">
<meta name="pagetype" content="系統">
<meta name="description" content="歸檔星球(Archive Star)網站索引">
<script data-cfasync="false"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/default.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/database.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/aes.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/sha1.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/rc4.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/base64.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/ex_md1.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/ez_mc.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/tw-sack.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/jquery.min.js"></script>
<script language="JavaScript" type="text/JavaScript" src="//jplop.neocities.org/js/qrcode.js"></script>
<style>
a:link {color: #0000FF;text-decoration: none;}
a:visited {color: #3366FF;text-decoration: none;}
a:hover {text-decoration:dashed underline;color: #FF0000;}
a:active {color: #FF0000;text-decoration: none;}
font ,input , select ,p , a, td ,tr ,table ,b ,u {font-family: Verdana, Arial, Helvetica, sans-serif;text-shadow: 0.1em 0.1em 0.1em #ffffff;}
input ,button , select{font-size:12px;}
</style>
</HEAD>
<BODY leftmargin="20" topmargin="20" marginwidth="20" marginheight="20" style="background-attachment: fixed;" background="//jplop.neocities.org/images/archive_star_index_background_2024.jpg">
<script>
//Set
var ss_gui_bg_img_y_temp_base=6500; //def 6500
var ss_gui_bg_img_x_temp_base=-900; //def 0
var ss_gui_bg_img_x_speed=0.05; //def 0.05
var ss_gui_bg_img_y_speed=10; //def 10
var ss_gui_bg_img_x_temp_new_base_speed=100;//def 100
var ss_gui_bg_img_x_temp_new_base=-900;//def 0
var ss_gui_bg_img_x_temp=0; //def 0
function ss_gui_bg_img(){
ss_gui_bg_img_x_temp=ss_gui_bg_img_x_temp+ss_gui_bg_img_x_speed; //左右
if(ss_gui_bg_img_x_temp_base>ss_gui_bg_img_x_temp_new_base){
ss_gui_bg_img_x_temp_base=ss_gui_bg_img_x_temp_base-
ss_gui_bg_img_x_temp_new_base_speed;
}
if(ss_gui_bg_img_x_temp_base<ss_gui_bg_img_x_temp_new_base){
ss_gui_bg_img_x_temp_base=ss_gui_bg_img_x_temp_base+
ss_gui_bg_img_x_temp_new_base_speed;
}
document.body.style.backgroundPosition = "top "+
(ss_gui_bg_img_y_temp_base -
(window.scrollY / ss_gui_bg_img_y_speed) )+
"px right "+
(ss_gui_bg_img_x_temp_base + ss_gui_bg_img_x_temp) +
"px";
}
setInterval("ss_gui_bg_img();", 10);
</script>
<H1>歸檔星球( <span id="host_name"></span> )索引 [2024-03-19]</H1>
<script>
document.getElementById("host_name").innerHTML=location.host;
</script>
<table width="100%" cellpadding="10" cellspacing="0" style="background-image: linear-gradient(to top, #dddddd, #ffffff); border-collapse: collapse; border-style: hidden; box-shadow: 0 0 0 0px #000; border-radius: 5px;">
<tr align="center">
<td width="100"><a style="text-shadow: 0.3em 0.3em 0.3em #999999;font-size:16px" href="javascript:ss_gui_bg_img_x_temp_new_base=-900;document.getElementById('indexs').style.display='';document.getElementById('servers').style.display='none';document.getElementById('utilitys').style.display='none';document.getElementById('blogs').style.display='none';void(0);">文件</a></td>
<td width="100"><a style="text-shadow: 0.3em 0.3em 0.3em #999999;font-size:16px" href="javascript:ss_gui_bg_img_x_temp_new_base=-600;document.getElementById('indexs').style.display='none';document.getElementById('servers').style.display='';document.getElementById('utilitys').style.display='none';document.getElementById('blogs').style.display='none';void(0);">伺服器</a></td>
<td width="100"><a style="text-shadow: 0.3em 0.3em 0.3em #999999;font-size:16px" href="javascript:ss_gui_bg_img_x_temp_new_base=600;document.getElementById('indexs').style.display='none';document.getElementById('servers').style.display='none';document.getElementById('utilitys').style.display='';document.getElementById('blogs').style.display='none';void(0);">工具</a></td>
<td width="100"><a style="text-shadow: 0.3em 0.3em 0.3em #999999;font-size:16px" href="javascript:ss_gui_bg_img_x_temp_new_base=900;document.getElementById('indexs').style.display='none';document.getElementById('servers').style.display='none';document.getElementById('utilitys').style.display='none';document.getElementById('blogs').style.display='';void(0);">部落格</a></td>
<td></td>
</tr>
</table>
<div id="indexs" style="display:">
<p><a href="util_mats_utility.html">[教學] MATS顯示卡測試工具</a></p><p><a href="shar_ai_jk_youtube.html">[分享] 一些使用AI產生的美女照片</a></p><p><a href="teac_ksweb_android_web_server.html">[教學] KSWeb Android網站伺服器</a></p><p><a href="teac_vb6_setup_at_win10.html">[教學] 安裝VB6在Windows10系統</a></p><p><a href="shar_wamps_xampp_appserv.html">[分享] WAMPs(XAMPP、WampServer、AppServ)介紹</a></p><p><a href="util_html_a_gen.html">[教學] HTML超連接產生器</a></p><p><a href="shar_php.html">[分享] PHP常用函式大全</a></p><p><a href="shar_israeli_massacre_in_gaza_strip.html">[教學] 以色列屠殺加薩走廊真相</a></p><p><a href="shar_hinet_modem_login_password.html">[教學] 中華電信Hinet數據機(光世代、小烏龜)登入帳號密碼</a></p><p><a href="teac_7zip_command.html">[技術] 7z 常用壓縮/解壓縮指令</a></p><p><a href="cryp_private_photos_of_female_officers_in_northern_taiwan_leaked_in_2023.html">[機密] 2023台灣北部女士官私密照</a></p><p><a href="cryp_proof_of_the_existence_of_god.html">[教學] 上帝存在的證明</a></p><p><a href="cryp_successful_weight_loss_methods.html">[機密] 100%成功減肥方法</a></p><p><a href="cryp_tools_ipsec.html">[教學] IPScan</a></p><p><a href="cryp_virus_file.html">[教學] 電腦病毒收集(1997~2023)</a></p><p><a href="util_text_sub_end.html">[教學] 字串去除尾巴工具</a></p><p><a href="cryp_misia_2023_data.html">[機密] Misia Syu 許杏如(iwjtovgo)機密資料附件(2023)</a></p><p><a href="info_aesxkey_application.html">[資訊] AESXKEY申請</a></p><p><a href="info_alls_me_alls_full.html">[資訊] 阿彌陀佛</a></p><p><a href="info_anti_top_2021.html">[資訊] 2021防毒軟體排行</a></p><p><a href="info_china_prison_cyber_army.html">[資訊] 中國監獄網軍證據(強迫囚犯為政府洗地)</a></p><p><a href="info_exfilename_list.html">[資訊] 常見副檔名說明</a></p><p><a href="info_gpu_2021_top.html">[資訊] 顯示卡天梯2021</a></p><p><a href="info_hacker_source_domain_list.html">[教學] 駭客來源網域清單</a></p><p><a href="info_h_test_2023.html">[資料] 愛情觀心理測驗</a></p><p><a href="info_joyful_melody_devotion_group.html">[資訊] 專情團</a></p><p><a href="info_leaked_email_account_password.html">[資訊] 已遭駭客外洩之郵件帳號密碼</a></p><p><a href="info_love_20top.html">[資訊] 情侶一起必做的20件事</a></p><p><a href="info_motherboards_boot_menu_key.html">[資料] 各品牌主機板開機選單快捷鍵(BootMenu Key)</a></p><p><a href="info_rdp_vs.html">[資訊] 遠端桌面技術比較</a></p><p><a href="info_root_of_reincarnation.html">[資訊] 輪迴之根</a></p><p><a href="info_sighs_and_happiness.html">[資訊] 嘆氣會令幸福跑掉</a></p><p><a href="info_suspected_irregularities_in_the_taiwan_2024_election_voting.html">[資訊] 台灣2024選舉作票疑雲</a></p><p><a href="info_tcp_port_docs.html">[教學] TCP Port 說明</a></p><p><a href="cryp_member.html">[機密] 會員名單</a></p><p><a href="info_windows_icons.html">[資料] Win圖示庫</a></p><p><a href="info_windows_raid1_error.html">[資訊] Windows RAID1 鏡像修復步驟</a></p><p><a href="shar_abbreviation_of_week_and_month.html">[教學] 星期、月份英文縮寫</a></p><p><a href="cryp_personnel_china_and_taiwan_2010.html">[機密] 2010~2018年至中台情報人員名單</a></p><p><a href="shar_amd_fail.html">[教學] ntoskrnl.exe+3f72a0問題</a></p><p><a href="shar_arduino.html">[分享] Arduino常用函數</a></p><p><a href="shar_cambodia_scams.html">[教學] 8種真實拐騙去柬埔寨手法</a></p><p><a href="shar_chrome_and_bank.html">[資訊] 解決CHROME無法正常使用銀行服務</a></p><p><a href="shar_codeing_one_and_mut.html">[教學] 專案開發模式(單一工程師與多工程師分工差異)</a></p><p><a href="shar_constellation_traits.html">[分享] 12星座永不會變的9個特質</a></p><p><a href="shar_ddys.html">[教學] 推薦一個影音網站(低端影视)</a></p><p><a href="shar_dos_cmd_about.html">[分享] DOS指令集介紹</a></p><p><a href="shar_en_1k.html">[教學] 基礎1000單字表</a></p><p><a href="shar_esg.html">[教學] 何謂ESG</a></p><p><a href="shar_expression_search_ng.html">[教學] 好用的雷鳥搜尋套件(Expression Search - NG)</a></p><p><a href="shar_fc2.html">[分享] FightCade對戰平台</a></p><p><a href="shar_fix_system_restore_error_code_0x81000203.html">[教學] 系統還原出現錯誤0X81000203解決</a></p><p><a href="shar_free_movie_site.html">[教學] 免費看影片網站推薦</a></p><p><a href="shar_game_fly_emuator_dcs_mig29.html">[教學] DCS Mig29 飛行模擬器</a></p><p><a href="shar_girl_mfix.html">[分享] 女友月經來男生必做「7件暖事」</a></p><p><a href="cryp_party_4th_anniversary.html">[機密] 民眾黨4周年真相清單</a></p><p><a href="shar_ipz_video_list.html">[教學] IPZ影片來源連接</a></p><p><a href="cryp_mm_2023.html">[機密] 紀念資料(2023)</a></p><p><a href="shar_last_version_of_PCSX2_that_supports_SSE2.html">[教學] 最後支援sse2的pcsx2版本</a></p><p><a href="shar_law_of_attraction.html">[教學] 吸引力法則</a></p><p><a href="shar_like_youtube.html">[分享] Youtube連接</a></p><p><a href="shar_lowering_blood_cholesterol.html">[教學] 降血脂之生活對策</a></p><p><a href="shar_m3u8_download.html">[教學] 副檔名M3U8影片下載教學</a></p><p><a href="shar_ms_ai_images_girl.html">[教學] 玩玩AI產生女生照片</a></p><p><a href="shar_nier_2b_images.html">[分享] 尼爾:自動人形桌布</a></p><p><a href="shar_ntp.html">[教學] 常用NTP伺服器</a></p><p><a href="shar_number_555.html">[資訊] 詭異的電話號碼</a></p><p><a href="shar_old_waz_teac.html">[教學] 慈不掌兵,義不掌財</a></p><p><a href="shar_password.html">[教學] 禁用密碼清單</a></p><p><a href="shar_pc_farcry3_cheat.html">[教學] 極地戰嚎3作弊碼</a></p><p><a href="shar_peple2021.html">[教學] 人類統計2021</a></p><p><a href="cryp_lift_20_year.html">[教學] 讓生命強制延長20年</a></p><p><a href="shar_pics.html">[分享] 網友分享作品</a></p><p><a href="shar_pics_20210914.html">[分享] 網友分享作品</a></p><p><a href="shar_pua.html">[分享] PUA五步陷阱</a></p><p><a href="shar_python.html">[分享] Python常用函數</a></p><p><a href="shar_rec_cam_or_screen_for_potplayer.html">[分享] 錄製網路攝影機畫面、螢幕畫面(PotPlayer)</a></p><p><a href="shar_samba_exe_identify.html">[教學] 「無法確認發行者,您確定要執行這個軟體?」警告解決</a></p><p><a href="shar_sql_statements_indexes_cannot_take.html">[分享] 資料庫 Index 無法生效的 SQL 寫法</a></p><p><a href="shar_store_65.html">[分享] 工研院的老闆許友耕在65歲生日感言</a></p><p><a href="shar_taiwan_boy.html">[教學] 台男悲歌2022</a></p><p><a href="shar_taiwan_safe.html">[分享] 國家如何安定</a></p><p><a href="shar_taiwan_sin_100.html">[分享] 台灣百家姓</a></p><p><a href="shar_terrier_map.html">[資訊] 梗圖分享</a></p><p><a href="cryp_left_tree_2021.html">[教學] 長生草</a></p><p><a href="shar_true_168.html">[教學] 吃早餐比吃晚餐好(168斷食法)</a></p><p><a href="shar_universal_chord_piano.html">[教學] 萬用和弦(鋼琴)</a></p><p><a href="shar_user_agent_lists.html">[教學] 常用USER-AGENT清單</a></p><p><a href="shar_vm_vs.html">[分享] 全虛擬化 vs. 半虛擬化(PV vs. FV)</a></p><p><a href="cryp_japan_20220708.html">[分享] 安倍晉三槍擊真相</a></p><p><a href="teac_3dmax2017_start_error.html">[教學] 3ds Max 啟動後閃退解決方法</a></p><p><a href="cryp_mizuki.html">[教學] 林襄暗網流出私密影片</a></p><p><a href="teac_adblock.html">[教學] 好用的網站去廣告外掛(AdBlock)</a></p><p><a href="cryp_HEU_KMS_Activator.html">[機密] HEU KMS Activator</a></p><p><a href="teac_amd_fan_control_ui.html">[分享] AMD顯示卡風扇轉速調整</a></p><p><a href="teac_batch_cscript.html">[教學] 批次文件嵌入和執行VBScript</a></p><p><a href="teac_batch_vbscript_program.html">[分享] 批次檔模擬VB6框架</a></p><p><a href="teac_chat_gpt_for_chrome.html">[教學] Chat GPT 的 Chrome 瀏覽器外掛</a></p><p><a href="teac_check_urls.html">[教學] 台灣疑似已被駭客入侵的網站列表(domain2multi-tw)</a></p><p><a href="teac_chrome_disable_sslcheck.html">[技術] Chrome關閉SSL憑證檢查</a></p><p><a href="teac_chrome_download_warinfo.html">[分享] Chrome HTTP 已封鎖不安全的下載內容</a></p><p><a href="teac_chrome_js_copy.html">[教學] 使用JS實現書籤剪貼簿</a></p><p><a href="teac_chrome_profile_redelete.html">[技術] Chrome 書籤救回、使用者設定檔誤刪除</a></p><p><a href="teac_chrome_sampo_crypt.html">[教學] 瀏覽器書籤簡易密碼產生器</a></p><p><a href="teac_chrome_use_safe_dns_server.html">[技術] Chrome瀏覽器使用公共解析Public DNS</a></p><p><a href="teac_cmd_ping_speed.html">[分享] 使用Ping來確認網路速度</a></p><p><a href="teac_cpp.html">[分享] C++庫常用函式</a></p><p><a href="teac_cpu_aes_crypt_bm_test.html">[教學] CPU AES 加解密效能測試</a></p><p><a href="teac_disable_ie_jump_to_edge.html">[教學] 關閉打開IE瀏覽器強制跳轉EDGE瀏覽器</a></p><p><a href="teac_disable_origin_policy_in_chrome.html">[教學] Chrome解決CORS問題</a></p><p><a href="teac_disable_windows_update.html">[教學] 停用WINDOWS更新方式</a></p><p><a href="teac_display_card_high_medium_and_low_scales.html">[教學] 顯示卡高階、中階與低階分級量表(2022)</a></p><p><a href="teac_display_resolution.html">[教學] 螢幕解析度(2K,4K,8K)</a></p><p><a href="teac_easy_net_disable.html">[教學] 簡易禁止電腦上網方式</a></p><p><a href="teac_edge_change_search.html">[教學] Microsoft EDGE 更改預設搜尋引擎</a></p><p><a href="teac_esp32_webserver.html">[教學] Arduino ESP32 Web Server 範例程式碼</a></p><p><a href="teac_excel_fix.html">[技術] 解決Excel開啟後出現空白畫面(灰色畫面)</a></p><p><a href="teac_excel_run_resources_formulas.html">[教學] Excel 在嘗試計算一個或多個公式時資源不足</a></p><p><a href="teac_exe_sign.html">[教學] 執行檔簽名方式</a></p><p><a href="teac_ex_md1.html">[教學] EXpansion - Message Digest v1(ex_md1)</a></p><p><a href="teac_fat32_in_win10.html">[教學] Windows 10上使用FAT32</a></p><p><a href="teac_free_microsoft_office_download.html">[教學] Microsoft Office Starter 2010 文書處理軟體免費下載</a></p><p><a href="teac_game_pubg.html">[教學] PUBG 閃退(絕地求生)解決方案</a></p><p><a href="teac_hosts_block.html">[分享] HOSTS Blocker常用列表</a></p><p><a href="teac_html_table_table_overlap.html">[技術] HTML 表格重疊方法</a></p><p><a href="teac_https_get_dns_data_api_google.html">[教學] DNS-over-HTTPS (DoH) </a></p><p><a href="teac_intel_avx_emuator.html">[技術] Intel AVX模擬</a></p><p><a href="teac_iso_download.html">[教學] Windows ISO下載</a></p><p><a href="teac_ito_edu_documents.html">[教學] IOT學習筆記 ─ 使用Arduino ESP32</a></p><p><a href="teac_javascript.html">[教學] JavaScript速查</a></p><p><a href="cryp_god_athena_2019.html">[機密] 2020事故報告</a></p><p><a href="teac_line_pc_ui_string_size_fix.html">[教學] LINE電腦版更新版本後英文字型變小問題之解決</a></p><p><a href="teac_linux_commands.html">[教學] Linux常用指令</a></p><p><a href="teac_mail_spf.html">[教學] 寄件者政策框架SPF</a></p><p><a href="teac_nb_bootup.html">[技術] 筆電加速開機,Lenovo IdeaPad L340 </a></p><p><a href="teac_office201x_jump_365.html">[教學] OFFICE 201X 啟動跳出365啟用畫面</a></p><p><a href="teac_online_anime.html">[技術] 線上看漫畫網站,神的語言,N網,nhentai</a></p><p><a href="teac_phishing_attack_detection.html">[分享] 利用機器學習檢測網絡釣魚攻擊</a></p><p><a href="teac_program_auto_install.html">[技術] 自動安裝常用應用程式</a></p><p><a href="teac_rdcman.html">[教學] 好用的遠端連線工具RDCMAN</a></p><p><a href="teac_rdpwrap.html">[教學] 開啟windows 10多人同時登入功能</a></p><p><a href="teac_rj45_color.html">[教學] RJ45線接法教學(顏色)</a></p><p><a href="teac_root_ca_update.html">[科技] HTTPS部分網站無法瀏覽</a></p><p><a href="teac_rufus_usb_ventoy.html">[教學] Rufus取代品Ventoy</a></p><p><a href="teac_runasservice.html">[教學] 應用程式變服務(RunAsSvc)</a></p><p><a href="teac_runasservice_sc_auth.html">[教學] 使用SC指令修改服務執行權限</a></p><p><a href="teac_sad.html">[分享] 悲傷的五個階段</a></p><p><a href="teac_safe.html">[教學] 資安重點</a></p><p><a href="teac_sci.html">[分享] 什麼是SCI</a></p><p><a href="teac_seo.html">[教學] SEO</a></p><p><a href="teac_short_url_services.html">[教學] 縮網址服務</a></p><p><a href="teac_solving_libreoffice_stalling_issues.html">[技術] LibreOffice卡頓問題解決</a></p><p><a href="teac_spf.html">[教學] Smart Port Forwarding</a></p><p><a href="teac_sql.html">[分享] 常用的 SQL 語法</a></p><p><a href="teac_troubleshooting_windows_security_center_not_opening.html">[教學] 解決 Windows 安全中心無法打開的問題</a></p><p><a href="teac_uac_disable.html">[技術] 真正關閉Windows的UAC</a></p><p><a href="teac_ubuntu_webserver.html">[教學] Ubuntu架站教學</a></p><p><a href="teac_uninstall_edge.html">[教學] 移除EDGE瀏覽器</a></p><p><a href="teac_username.html">[教學] 禁用使用者帳號</a></p><p><a href="cryp_eternal_life.html">[機密] 人類壽命長度的真相</a></p><p><a href="teac_veracrypt_command.html">[教學] VeraCrypt 指令</a></p><p><a href="teac_voip_error_code_info.html">[教學] VOIP錯誤代碼表</a></p><p><a href="teac_w11_right_menu_to_w10.html">[技術] 將 Win11 「 右鍵選單 」 變 Win10 版本</a></p><p><a href="teac_w7_w81_update_w10.html">[教學] Win7/Win8.1升級Win10</a></p><p><a href="teac_webclm.html">[教學] WEBCLM.OCX(OCX迷你應用程式嵌入式網站伺服器)</a></p><p><a href="teac_web_sambar_server.html">[技術] Sambar綜合伺服器介紹</a></p><p><a href="teac_win10home_use_hyper_v.html">[教學] Windows 家用版開啟 Hyper-V</a></p><p><a href="teac_win10_autologin.html">[教學] Windows 10 自動登入</a></p><p><a href="teac_win10_home_to_pro.html">[教學] Windows 家用版轉專業版</a></p><p><a href="teac_win10_wifi.html">[教學] Windows 10 Wifi 斷線問題解決</a></p><p><a href="teac_win10_word2007_fix.html">[技術] Word 2007在Win 10出現記憶體不足問題解決</a></p><p><a href="teac_win11_no_login_microsoft_access.html">[教學] 跳過 Windows 11 強制登入微軟帳號</a></p><p><a href="teac_windows10_debloater.html">[技術] Windows10消腫教學</a></p><p><a href="teac_windows10_update_disable_100year.html">[技術] 停用Windows10更新100年的方法</a></p><p><a href="teac_windows_10_vram_leak.html">[教學] Win10的Explorer記憶體VRam洩漏問題</a></p><p><a href="teac_windows_antivirus_exclusion.html">[教學] WINDOWS內建防毒之軟體排除清單設置</a></p><p><a href="teac_windows_home_user_access.html">[教學] Windows Home User Access</a></p><p><a href="teac_windows_iso_downloader.html">[教學] Windows ISO Downloader</a></p><p><a href="teac_windows_mouse_right_error.html">[教學] Windows桌面右鍵沒反應一直轉圈(桌面滑鼠右鍵點不出來)</a></p><p><a href="teac_windows_service_atuh.html">[技術] Windows服務權限調整</a></p><p><a href="teac_windows_use_cmd_add_admin.html">[教學] 使用DOS指令建立ADMIN帳號</a></p><p><a href="teac_win_downel.html">[教學] Windows Event log 每日備份 Script</a></p><p><a href="teac_win_samba_445port.html">[教學] TCP 445 Port問題解決</a></p><p><a href="teac_wps_office_remove.html">[教學] 移除WPS OFFICE教學</a></p><p><a href="teac_youtubedl.html">[教學] Youtube影片下載方式</a></p><p><a href="teac_youtube_shorts_inweb.html">[教學] Youtube Shorts嵌入網頁</a></p><p><a href="util_calculator.html">[教學] JS工程計算機</a></p><p><a href="teac_ajax.html">[教學] AJAX範例</a></p><p><a href="cryp_dream_20220808.html">[機密] 機密檔案88(紅)</a></p><p><a href="util_pi_db.html">[教學] Pi(圓周率)10萬位,100,000 Digits of Pi</a></p><p><a href="util_port_scaner.html">[教學] 線上Port掃描工具</a></p><p><a href="util_rdp_for_taiwan.html">[教學] 限制遠端桌面(RDP)只能允許台灣IP連線</a></p><p><a href="util_rhree_eye_watch_simulator.html">[教學] 三眼表模擬器(計時碼錶模擬器)</a></p><p><a href="util_windows_samba_guest.html">[教學] 允許匿名連入網路芳齡</a></p> </div>
<div id="servers" style="display:none">
<p><a href="https://neocities.org/">歸檔星球</a>主站: <a href="https://jplop.neocities.org/">https://jplop.neocities.org/</a></p>
<p><a href="https://www.netlify.com/">歸檔星球</a>分站 1: <a href="https://jplop.netlify.app/">https://jplop.netlify.app/</a></p>
<p><a href="https://lionfree.net/">歸檔星球</a>分站 2: <a href="https://jplop.lionfree.net/">https://jplop.lionfree.net/</a></p>
<p><a href="https://www.synology.com/zh-tw">歸檔星球</a>分站 3: <a href="https://mjuamjua.synology.me/">https://mjuamjua.synology.me/</a></p>
<p><a href="https://6te.net/">歸檔星球</a>分站 4: <a href="http://as2023.6te.net/">http://as2023.6te.net/</a></p>
<p><a href="http://clouds.tw/?i=1">歸檔星球</a>分站 5: <a href="http://hawlhu3.clouds.tw/">http://hawlhu3.clouds.tw/</a></p>
<p><a href="https://www.xmail.net/">歸檔星球</a>分站 6: <a href="https://www.xmail.net/jplop/">https://www.xmail.net/jplop/</a></p>
<p><a href="https://www.asus.com/tw/">歸檔星球</a>分站 7: <a href="http://kserver3.asuscomm.com/">http://kserver3.asuscomm.com/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 8: <a href="http://tomco-2023.softether.net/" >http://tomco-2023.softether.net/</a></p>
<p><a href="https://www.nutc.edu.tw/">歸檔星球</a>分站 9: <a href="https://wisdom.nutc.edu.tw/~1711131010/" >https://wisdom.nutc.edu.tw/~1711131010/</a></p>
<p><a href="https://www.nutc.edu.tw/">歸檔星球</a>分站 10: <a href="http://web3.nutc.edu.tw/~s1711131010/" >http://web3.nutc.edu.tw/~s1711131010/</a></p>
<p><a href="https://www.freehostia.com/">歸檔星球</a>分站 11: <a href="http://freehostia.jplopsoft.idv.tw/" >http://freehostia.jplopsoft.idv.tw/</a></p>
<p><a href="https://www.freehostia.com/">歸檔星球</a>分站 12: <a href="http://fhi.jfa.com.tw/" >http://fhi.jfa.com.tw/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 13: <a href="http://jplop52.softether.net/" >http://jplop52.softether.net/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 14: <a href="http://jplop4i6.softether.net/" >http://jplop4i6.softether.net/</a></p>
<p><a href="https://www.asus.com/tw/">歸檔星球</a>分站 15: <a href="http://googledrive.asuscomm.com/" >http://googledrive.asuscomm.com/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 16: <a href="http://rm-ted.softether.net/" >http://rm-ted.softether.net/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 17: <a href="http://hawl-q9452.softether.net/" >http://hawl-q9452.softether.net/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 18: <a href="http://rd-dyna.softether.net/" >http://rd-dyna.softether.net/</a></p>
<p><a href="https://www.asus.com/tw/">歸檔星球</a>分站 19: <a href="http://jplop3.asuscomm.com/" >http://jplop3.asuscomm.com/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 20: <a href="http://jplop-ki9.softether.net/" >http://jplop-ki9.softether.net/</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 21: <a href="http://9d.jplopsoft.idv.tw/" >http://9d.jplopsoft.idv.tw/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 22: <a href="http://remotek-rd.softether.net/" >http://remotek-rd.softether.net/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 23: <a href="http://hawl-tc-s2k62.softether.net/">http://hawl-tc-s2k62.softether.net/</a></p>
<p><a href="https://www.infinityfree.com/">歸檔星球</a>分站 24: <a href="http://archivestar.kesug.com/">http://archivestar.kesug.com/</a></p>
<p><a href="https://www.infinityfree.com/">歸檔星球</a>分站 25: <a href="http://as2026.wuaze.com/">http://as2026.wuaze.com/</a></p>
<p><a href="https://hostfree.cyou/">歸檔星球</a>分站 26: <a href="https://archivestar.hostfree.cyou/">https://archivestar.hostfree.cyou/</a></p>
<p><a href="https://www.infinityfree.com/">歸檔星球</a>分站 27: <a href="http://archivestar.42web.io/">http://archivestar.42web.io/</a></p>
<p><a href="https://www.infinityfree.com/">歸檔星球</a>分站 28: <a href="http://archives.rf.gd/">http://archives.rf.gd/</a></p>
<p><a href="https://www.infinityfree.com/">歸檔星球</a>分站 29: <a href="http://archives.free.nf/">http://archives.free.nf/</a></p>
<p><a href="https://www.infinityfree.com/">歸檔星球</a>分站 30: <a href="http://archives.000.pe/">http://archives.000.pe/</a></p>
<p><a href="https://aeonfree.com/">歸檔星球</a>分站 31: <a href="http://archives.zya.me/">http://archives.zya.me/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 32: <a href="http://cheni3.softether.net/">http://cheni3.softether.net/</a></p>
<p><a href="https://byet.host/">歸檔星球</a>分站 33: <a href="http://archivestar2.byethost11.com/">http://archivestar2.byethost11.com/</a></p>
<p><a href="https://x10hosting.com/">歸檔星球</a>分站 34: <a href="http://archivestar.x10.mx/">http://archivestar.x10.mx/</a></p>
<p><a href="https://x10hosting.com/">歸檔星球</a>分站 35: <a href="http://archivestar.x10.bz/">http://archivestar.x10.bz/</a></p>
<p><a href="https://x10hosting.com/">歸檔星球</a>分站 36: <a href="http://archivestar.elementfx.com/">http://archivestar.elementfx.com/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 37: <a href="http://wsi-main-dyna.softether.net/">http://wsi-main-dyna.softether.net/</a></p>
<p><a href="https://coin028.com/">歸檔星球</a>分站 38: <a href="https://coin028.com/ArchiveWorld/home/">https://coin028.com/ArchiveWorld/home/</a></p>
<p><a href="https://softether.net/">歸檔星球</a>分站 39: <a href="http://karsten2024.softether.net/">http://karsten2024.softether.net/</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 40: <a href="http://samsung.jplopsoft.idv.tw/?site=1">http://samsung.jplopsoft.idv.tw/?site=1</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 41: <a href="http://samsung.jfa.com.tw/?site=1">http://samsung.jfa.com.tw/?site=1</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 42: <a href="http://samsung.healths.com.tw/?site=1">http://samsung.healths.com.tw/?site=1</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 43: <a href="http://samsung.rueychyuan.com.tw/?site=1">http://samsung.rueychyuan.com.tw/?site=1</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 44: <a href="http://archivestar.rr.nu/?site=1">http://archivestar.rr.nu/?site=1</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 45: <a href="http://as2024.myfw.us/?site=1">http://as2024.myfw.us/?site=1</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>分站 46: <a href="http://archivestar.isgre.at/?site=1">http://archivestar.isgre.at/?site=1</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>開發站 1: <a href="https://www.jplopsoft.idv.tw/neocities/" >https://www.jplopsoft.idv.tw/neocities/</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>開發站 2: <a href="https://project.jplopsoft.idv.tw/" >https://project.jplopsoft.idv.tw/</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">歸檔星球</a>開發站 3: <a href="http://www.jfa.com.tw/neocities/" >http://www.jfa.com.tw/neocities/</a></p>
</div>
<div id="utilitys" style="display:none">
<p>登入頁面: <a href="util_login_admin.html">[前往]</a></p>
<p>意見反饋(smartgb): <a href="http://users3.smartgb.com/g/g.php?a=s&i=g36-35085-25">[前往]</a></p>
<p>AES.JS(AESXKEY)加/解蜜工具: <a href="util_aes_utility.html">[前往]</a></p>
<p>EX_MD1 加蜜工具: <a href="teac_ex_md1.html">[前往]</a></p>
<p>密碼產生器: <a href="util_gen_pass.html">[前往]</a></p>
<p>QRCODE產生器: <a href="util_qrcode_online_gen_tool.html">[前往]</a></p>
<p>碼表模擬器: <a href="util_rhree_eye_watch_simulator.html">[前往]</a></p>
<div id="aes_data_area2"></div>
<script>
//資料解密
function aes_decode_area_data(){
if( readCookie("j_system_login_group")=="Admin"){
//資料
document.getElementById('aes_data_area2').innerHTML=
document.getElementById('aes_data_area2').innerHTML+
AesDecrypt(
"U2FsdGVkX1+HHYvvKhv9VaZluNmrDL19OXx4/cVWPAgtx1KiGI8mjaKstQbsU9J1hmO5kIHZCnNXU1RUj0h/unjrgnwxz0R3e+w9SlUIwPtMAdcRIUyS1fv3b4eFsyvkiVqoun8flcULWgCDcQJr2ENIobhNQaTJmTvmRwo3T39GUpDaKIpvGpyZFZ1NF/Pd1OzLBYbpdi9eR2m7zZ5q/LwSCKcGN/IzdkD13QnEzmhZ4DwOIhRorlU+hKurb3AktonarvgkGyH0yVB2Dd2OCRMSs8c8mXN6ssP7DUcoAGZudamQzUv0Mi0hu3Sj0S1oVEHYB644xKBd30zCuNB+9Y6LBTzogwz1DW6sM5hM3vr5FnW+uuK19YgM+8x23bQyVQ5wwdCPv1L8dSY2d54H1j+fKcwn9kGNV1+5dk143PhHQdt82BCSSZ8vJvgeIA0OqnbpM067QZzvinxKsXokg4hKz5tjTL5Or4TE0mlSqv/wZhl0eA1aXKk/vBQRczAlXlu3dvcbxRdcr54ivWoyoV924YUgovK1Ei9Rv48XRhcw/CcKUU4+rNbYjb99dIhbOJHZppa0M1chZpgUYiGHwtu/mdf9SMQ7XNPW2ICS1vTuJnKQuMDSaH0aHKhCV5SH6d0MzjPkhRuRFGXorwcf9+S1L6sxx7bSr5BBpDlF2UfNY+w/Hw4c52JI48mf2I5ajX64HGnBEV8oKSKVZNRCNjCFwRtHZKlFot+VMkoVNrHI/vPvUDxs8CzbF5nvRMT63fqnB5XGtYlyzVsFGKXle+KO+MxhEOoW79Wpa6flzaoqTgbtDZYeT1HAr2hTT5MYskZlGxbvHMRwSXks3e3XQ3EwIRpSU4XXS+oZUi64u7aY69v06SOG9yZ+IjXCqfU4Tk03SH7cHJTlmxT7R7A1ZxZt9e8W01su+fucCzAOVKq1Fz/Gby3jX1AIu00M7Cms/sEhqVmUNGZ2LcOKCVYQ9Q3flFAe2i9GiaDd+ny+TXWMO7z4zVaqDPaYT2cIghPV4mexeWijh9WUYZ/xHvJCy/ryFhaq/Gn/TfNDgD/Xs+KgsqhAzYsjhnZ/lnoYU0xdR7vRYI87Z2M+W5yHSY26vypXTCxTk55hIRQV6wS/tXmi7V9MrYbOn7QQ7GrMpDpZrMT6W2bNG7+lDpvVsTUOSpgLNStcIP4xqa64JWSfstVuZv8HhbLMb8J8LSQLK7y65fLyyBu9jU9d98OnBBTMLbC2PsGsHxJ4MKbkgavDTLqQgFRc0bwQFyH8dcD+IDDUmGv+5qzCVxuNn7Vbx5jdBSh58QvZCEE8d9h/hCV2iYYrni8WMDled/yXZIoth07VjDa3N0OKvhm8nyY2KV/n5RvVoj9gKyClIr4I9pv4IrsrfH7piHGrBbU4wuq4DIvmlGgP3vJcXR0GGeA5hYVlDexPiBRgc6d1oL7+VHlrg+wdkr8wY/3QMqKKz8sciKqYZ00kJvosLWc7u8XL8cLYDtg3Mv7mqQQDvD4CnmD6hMCeJulkRxV4blrXNyuco+dDbJFPXOZfAPsV8WX547GkECt2yEGz3ioqnDnCnDSmvpkbEAvLbaj726i5DsDGdbKSqOFUNklj4GakDTFfZ5m9ZccjyOE68Bo7BnEwvhqvgl2NfkMdJQly17qfYhBBw0RkDz04DewNKX7nsp4LLx0SQ6feat1GMzXkpChf/3Bd3XVirE4DwNABByEoDW6oD59vEXx+ZBTEUSqIiv6260FA9g+oOntGPbvAeqNLwI5V7PnzIyTor5VUPSWTfyBGUBY+zR1S9OVmRAenh2eDrcd1WDSe4B0Gi7luj0pg2F8SM7I9Jq0u2xy7yRDema0SCQB3DMX6EWO/r65IY5IHq/ICb8JtTQpDppjCHrCNemtdQy9Ev7tF/GZL+PwCis84EaYVa1wi3OAWWRYRpp9b+Gq9eSdOkFAlu+twLHVlk/9ek/8J5HRQQOpHGAcgb/mZBcI+JhDOSl324cKIw7X6ffviFOF4beJEz5M1N1/eW5G8frohXXYWKS/Rp0oj3LZeMe22a7V1WXDoOfOFNdL4sTqaKatiACXa0tYY6mTDAqOFW6BIeFJhsKzwIA5cn8DtTHxpphHgVi6Ub35HPRRwZgRQQk5dWKIAYvniNNzI/i/D6GS4/UZWaZyWWkAGFjiO48QFnyNYhjmsXrlyj6nI8QXmqVN2wp4AqlCjICxVD6pgVB9SOs18gdL0Ot9FW4fFw4QZ7pUdG4t+Q+ar8SayFag2XPllSnxBySfoFQj0Is9fHF+ol3CnT9ezvfLsI2qCLUYF2fKqKNSiCq9OXNuI3onYJn97+7gFepVPvJWc1sT16n0N84koNHxJBPTSBhxqYWfdUevQG0uiDgm38qn6CKFEvi0fmr55+baUJ4xuIGgVJlibM8xVWPAVv+NKV0bkSIC61CjNZ/KsnWkkaHDPG8+GfoteB0fIQYlUJWYIP3gh4juzjww0oZTClmVZrDR77K/QNaxT/53xS1pm8nIggTiOs0BPtoG8N8aDWy734nIwv7QtzVK1EOxXjKNrsYM6iR4iZIsYvvadkgBTk/nfeccn4EhAbyIr02ptlLoSMUmvwp087ueS+r0YLkZ6zY/Sg7XTeUytGV+RknZ7NmeHb2e4Xr/lqFdiExOWZ8iI+whRRImIoA9ID2JLqAmuSwy75w4xTiA2PyrR+EgaDzdZYRuiN40Zz3frpAo26P5rpSu+7k7wLhCLC1XKRRolxPhiEW6xH/JQwDVxeQUuefHZqG2vipalrDzdi3f/TNvsmCvqP39haGLEbMDCNbK38xMPBwa8/QgWhvLGvItKH2V9VzaQpKmughK/dSmHGefzKlbLwgz4b9WT+He0hXN5O+Qw5nz5cm6HhfD1SgoEDqwxG5a67w5Nlt7bFoKjMVXmg3VPQ7k4zcbu1Mr0iWua0XUtqhVuuudlC7ZBa/WRi0+NxrzGJzaEe+9yvDvUwjW2qmWxgkL9fO5DrBACCqQceDTNKl7EHDvw4BeR7FgVeB/M+YTxZoNMc8dhmBjFfsQNB8JqFrIMDhG2vCf2Mh1Q0oBmnwtzNNdj5XaSo8Oyr4KfYm6w6FxWh0vZudstCXi3n218on/+r4bQhr5bebBdIoF/xOhQ+Bu2xJF6r4FeBL4BY6kr1UTcf8U09wBm7pyFNjhkyF/bFycA3FzXDpW3hugft0OA/2iFMhZe6P/DboSpdgxEOxjEql/22WgUgEOsk6Gf3F53n0lxNalEn6MRROZZgZBAl/llz98o02FpvoxxHd8YM+EXF+9uERlWZi6djiFY7+2sR5yZtj/YLku1BYwZAOE00N4jidCSo9uIDj8UTk5V4XU85aGDBpEikunQ7iOp+/zayEkt/7+n5uZftviaBVT7edPFoAYg7eps9dLnI5V+Rkx/hsH3TFFeA318Sid0d+m5Zxeny35ov1masAwLl2NfKnUaUzzMHWQpWo3FeMr3/ke2rysyAdyAXfMWFEshqE/4FpT+V8SiEr9gu/3uBS3ghbqeOU1xsu1ygUi9Hc8cYPMdA8nCCMAUpFqDUa44K0Sc0tL0KSF2kiGz8lo20txEBmyZekUe46UiOpDjCC0HvcCySffr67PrL8hr50mT3JusmpgLFkhw3ygCb3PC29gi5AWv4/qdZeu/ZPMt6A4I+9mDDTfe6fN3Yq0lA5h5jhLRLvciljPMCbyqOk9c18FhIP6fLa4Pv0u647V2XG0NkVPdJOPTR/pNtvxfgsakuskohvXlHNqcm5OnsdEiXZVmPezVKgCyZcYd4sSk4Df8Kq5X1Yaxa6+yWLHrZ8Y6eX6ckDMQ5rJL9xTe057WKWqSra0TltQ4coMAdWS+PHIolqqTas7/XAkDS/LmbnKq39wja4aaMh0p8AQICEWbxH6QlOhz5VBDCI/6wBE1ZryKazoVTcJPi0mgqbx+JlfzLpzWhgREbgNz/BeR0God3xm61GC4ieE+uWQZCU75VLgQsB61mUPNYQAouE1Xh/oJSxXM7r/u324yV/8KWnHw5FI0ldyYiY4Nwjpc1xZSmUdIM5J8NAm88D69kqRJ6ppiNFLAe0TstBwEk2a2VZjoFsLUCyfmazIls/8xjv1nZE+xn/qGfqeCRBsvx3IpkXtN7Ygn9PCojtlE1/1UkxZgaN8+uLseySWyK4ByjKcSS8spTS74esVPi9UYg3TM7/SDGJCgxs7piAHHLnIq5My/Rk/75d1bIzVmAqKZa+PxGsBrXvl6p3UUgulPz7GfDTMJqGIjAwJIYkedbXRnVgtXNqKbUag5R9R4O503Xn3vajhiycPS1Q8KGNVrqDsdo3NruYXirU/6mVPaLizWkki9JrRDIbL7oCT4vcgnSK1CXHqxEeP583drBtXobpD7S+fK/jvfQiGw3Rvekjmf7B+0pQGlWDmG2/ww24L0WTJ/ChTre8DgJL2x00euv07vw97NX0any8QERBg+U6Xp+rdutFpBoHdTQyYAm+OMqdlPlb+N4pAVbOeOeLz+7UkuYWzigGiFC3k2hG15kxtSXVAvVWzLk+1Tph2erxiqBYuzFrmI2VCYcO1KNRHfCEXR6YVYb/2qp2oF2fG707fdcEpG8YjPbuyMKWBYi3YY1abASNdL4Iw627uzPvJCK09l992qgw0tRpKXSqmPwb8yxdfd3La04dcmmOFXhFa2HTuNrQY4mh+zdTtc4IDccVwWjcxls9UXsyXQCAFHMTLxMNMvlwRakCf+bjRq0Oaox9cAtVN3HNfdA9KClR6sPC8imN5c6qE/VMSLV5sbI+sy2NMA3J0QPIfAoYihGGRQshkdiAVddOakZO3jMiR06OqNmSZo0oKT/yGExeraKbtYrFFw/SmOODwoB+uVZ7gPq1phHEioZy80mkyaEPImlelxLy2kgAh4RlHYvP0foDGi9gJ4fgyjbikT1YOMVf713tS/7AXc0KACZXN5o/H5XwZkeK4a1kSoNequDzNOg8FX5d2kJ3aqlcQJj8b9GSXgYaPxNL+1pUs7k6XyMBFqKD/ypNBjztFP+7cahccy4EKeIF6VHC1nxPXrbSOVuhv2j6IzEWHH7RgPpWamc7SNbqLdLjEuQBhzI9aIBZ0DctuyN7wS41kYrl8BNRYhIpgCpspdDeyKre0PBwRkStioDGbt9BkSXKdpgyv5pSKuwOJTLRZAtuwkqFcQz8bA4wIpDOXCBpSR6tXr7N7uWvrxoPBBHTUhb2IaNudFE8LpIwP74q2KR4N9CLAY5+NWAWEfEOcRYnJwZ2m9fdb8yAyJrLfQuzBrXJpnkypw1FDF9yTPBJ1LDX9UNzLq7FPwYpFCuMyuZJJ59OEtT4uufxj9+pkrem9DyCkVUg01l8VZTmKZBVFSiCoWwiCUBzC3i2yqcytElbgV/B0v37UD0bhDrGZ3KOkPrjAmC/S3Z1YPnwpl7Ka1/0/alipiUb/bjtp68m/SX5G4mVvKhqeZOn7o87vkwhbpydqzTmcap5eQeRpIim9LbY7tlgaIFF3IoqSJ1DmMOlQnMGIwqk0p7ix+RqWo5KoSqPKKzzmB2rq492nu7HDEWUyxtRKxzUPU44QoosUn3p2zDEBe5TlQLQHnlmoj9K1PMyvb9hFZPYgH37vjgoo/oK67EBDbkIleN3m2PK8CYGzC07tUMIw6CouAP+EPA/gLCrTG+ltFsMbNXtnRK+J7hjt/dtbA1hmDrWoRFmvNwuLOp7AfPN1gC6waiq64QCrYU/F1tk2kT4BSBziKi8eXP7xDXUQ3eN9j/P3epuuoxoWIWcpwI3L5rbp+pBGKJUne6MiegSFzqQK1WIW3tXLK7PN9dCXZG0dvoCix4tBkQIPaHV3FvlJ6maEiL7YAzF4cmWRIyG+Zh7FQUdzmlP9WAJqS8u2bguLQ2qfAyFPAGJJ8ho5h/y6ePlU6q3k8isx0G22lGkFgf3v7+vFzDY1ZvUCCCMykSKifZl+cIT5bdW3QafMq7oBpr8rZHUtFI04qH2ngK4eKmlcWq9rvQ2KGF1SsWFMeZhadG3PIVgpiPIXqXgqPvUp/KgOdiQNkNuP4DkXgDZ4C+kfT7th6e2b9DafmCZm9Ds5iUyT2Vf16zs1pR/4Xqs/y9W+W4o9WLhpjm2CQ7WqFklGbjnbSwoKHcRFhF2AF+GC8LQr82WOM9/D8vMf8aG3DTMYvpyW0kSjoTW7kd+8EsBHrJoZY/tbEE2I1XCbz1ft7s4lT1hBqLJpx66w3WdG/eWvLZGQLEW/wDnPNjCIK95U8G+/xgetipnWWSsu4TSoJSjU0oJXxC1tUOy6q3H2DERqhpnFDOlwwXjNB2wy4MfE/dnZ6Vg7X++h99wrRx/u4nchR+ys+hTFbgOqIwesI4nyYxsZ4pBDlnq6QjIM5FqAmJI0aqCO2LB3bHWXfDdvrGtTYouZCkmwvhGHr92D09+paqfOaPkNAxFv+k7uRE3NzhXptTvLB3sp+smw+Z8F5qveVD6izFwzMlZVgGXL3Z+TRwzVHJCgyZipcMT4VuMS7Kuk9MUEqpmhvnHcqkwoVIj7DMboLCzsV7NyiIIHhwS++/oM3Zlv6OFMJK6UQs6o06xRJwxG9BrQ9hHoJTQtJSFspSPB+tASKaqaBeoVvqLCqOkzzHiG0/9l3PB/GpcjF+qLPs6WlY79fs0eq9RrJ6WA9dwF5oNjWeGER4VqnZGU9P5IZct4sd988JgDyEp1viAWpZ9qcusmDgDgKBDockZM2K9u1QK2wLAJ/WVPPRkhbMrLNabs1m6PmlW1nmlwQ5gfwK2j6fZfgGhGTZEnLtPEjv+y5ViNJ3lBxP+jw05km8NEIJNQTTLFhQwZulpzPm2Nmx0Lnng8P3Q59Ygd+Qsam92ENamiSal9cN9tPBXAwiPuYa6S1HNtMAwhMxBlBfSXyORwwjqqrIaWaLWAP34TUPJSIMuyYKYBjFTgCVODGP4btc6/PCEedv9TV0vwO2EtkDsTWXXezhCwhUqZx/8iOwmkWUk0bu3UbrWxPtVHNVghyEvRc5pTgw5z4bqzGnugp4D66LlAMgdzXXAMNG7CyPQNPSV0+8si3D4R/Eg3O35XXkzKKcI5DOk4PAu134k+vW82c9kcPeM/X/oa6PqdGum8W+p0RalgGolzu4PONRLDyXaI7CBEBZlIwYlLJ7kJY6uxvWBd3jxoZKhzmwtwDerwXpU0bhnjawFT/2fpARun6UNNDhDNrNLFIZGRge9izOoa4z3Ry9OfZ06pOC3TJu/3mphFieehuYl4WPjxsR5YbvDGxk8x53pNw8mtVmBZ62xGxc70M2kJamizSeNOjdltKkQjMiB9SxvqdEEKhQSj6JK+IBziBqlVDT1HneCqp/05qzfZSqtDN2h5UDJV2YXOXQDVSnR5XSEDAjFPk0nSPoewL3aJeLCNfaLgXEHZfNmHDtMLsJ6RbqtapjNpmXMGKdqw+23kVffZsj9JmZZLteQ2Xmh+zThRnbQDR207ACeQvaxbqVKzYZrh7tyhH0Vh8f/d7H6Av9Ux/BWQ3YZua1CxabvdNr5ObOOuoyjQJoQR+stK13qaWTavGSY4dNCYXjCqinwJCb3Q7FFdrSF7ZenNNToHYpCdAPDTuUOiU7SXusjwo0J0LcJhaxMA132iQIvCeYc3e8Oe8VHEWqUgrOYJHLrTiXzg+MwufHWKa8UyGh+F3to6rHuNlnkKm+OPjQyqKZU+xrHRgi6yEk/qIy2yOjZWVhZHkI/eb6FxcS4mY/kXt9sw/qxZ+jCcTUDAOuzAQOqPekXbrM8/b2x/s5S1hqR3CSiuRWM0uEKWyhCqQxPjxaSXpzZhSN3ZwxuW0u56HEO1j8gJSK6davL/5sGwPXQhxlSh88ALd3Fd/cr+oZCp2EmgVbnXQYTSOt4OzF5wZTo/DlXZ25kB1IGGROB24kO9MRhT0r3jJferCQ+5dY3WaGhsmpM8BBiCJgXmbDsfw1CRZ95O6VBv+BVoSTbDWVEc2NICbpXDtrAGGjkeJb26I4gdcywIDS1b/fmFoZ88omD6F9fX8ilRvptMrdGJrvNOIHdKVK2GSh0HlFvrdiS7Wr2S+55MlY2f2/1eS5Fp1bcsBy+ae3PCfBhdsyWOoYdzYeawKu8ui5g/5Wv8ztHd1zoFiysaPVGIysDmBV+w8DCDUBtDWvFaPYYVu7lFebK/J2CCjznqsjwR+9Bf/XKSLn1Zq0ZX6i0GhcwbDs67z44ki3E5abGRu7yYyE9w0JGjfvJ7mCMKzGwiq8PXqs0DUcnklQVEUVM9IRkaANTdSy6dr1UhfkEiDfXiU1I0E0lSso6Or0ibnm0/1n8hqsheE+5eE9QeHgDtOHYucr8puvYDorMaxktdUTS/8PI5VBvCE12D2QyFlJsM8yqm4vXLt6dlskPi38j/eGXsww2wT6Y8r0lk30GKdIwJ2ytHHIbg5tGw5hDsg/G5gmYYl4ygepDeZRSe3BEKf0Mpd9ZKqBY+KMSIabI72aHCsWjBNlQduP8AssCp21rS8Ckq+b3abVqCOatroDxkhN9Rt18qtX1rbSk2Kh5k8r70R5unuDWTNSbfhvAQ3RNh3SDXy9euZbYHpTYhJ5UvArdWld7d+D/5TEf8vhqKqpfqiWbpM1CPPdnjWYh/aC5NkzvFv7r92acqGI9tPu045BehXLwA5VsVPdbl6niMOW/xdwnd372y3j01tbxToTc4T+iVebIyyUO1V0aMGBZJxqHQdfT1q8reO+d4RE/tEHmV3dNOBtY1PVHdZ9gcITf1rB7YAnmlyc95pJw6eTeN4ycHUCPETy+LokIwwfMSUU+8/qzUmmCY0k4FZv7GKr0D+fyjGFDQo"
,readCookie("j_aeskey")
);
}else{
document.getElementById('aes_data_area2').innerHTML="<h2><img src=\"images/archive_star_user_icon_failure.gif\" width=\"50\" height=\"40\" align=\"absmiddle\"> 您尚未登入。[<a href=\"javascript:main_login_in_start();void(0);\">立即登入</a>]</h2>";
}
}
setTimeout("aes_decode_area_data();",200);
</script>
</div>
<div id="blogs" style="display:none">
<p><a href="https://www.pixnet.net/">Pixnet</a>: <a href="https://a2369555.pixnet.net/blog/post/107792326?utm_source=PIXNET&utm_medium=pcard_article&utm_content=1510264d33e769a8b8">[前往]</a></p>
<p><a href="https://www.blogger.com/about/?hl=zh-TW">Blogger</a>: <a href="https://as202301.blogspot.com/2023/09/archive-star.html">[前往]</a></p>
<p><a href="https://medium.com/">Medium</a>: <a href="https://medium.com/@a2369555/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83-archive-star-6c5629a02bea">[前往]</a></p>
<p><a href="https://matters.town/">Matters</a>: <a href="https://matters.town/@hawlremotek/440305-%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83-archive-star-bafybeic3wsdavehwpmdvrryommx7udanbgs2cg4ttkdyg2wzni3vhzn5wq">[前往]</a></p>
<p><a href="https://www.webnode.com/zh/">WebNode</a>: <a href="https://guidangxingqiu.webnode.tw/">[前往]</a></p>
<p><a href="https://zh.wix.com/">WIX</a>: <a href="https://as55555.wixsite.com/index">[前往]</a></p>
<p><a href="https://www.instagram.com/">Instagram</a>: <a href="https://www.instagram.com/p/CxC7yIWSpsZ/">[前往]</a></p>
<p><a href="https://tw.strikingly.com/">Strikingly</a>: <a href="https://as2023.mystrikingly.com/blog/archive-star">[前往]</a></p>
<p><a href="https://www.odoo.com/zh_TW">Odoo</a>: <a href="https://as2023.odoo.com/blog/zui-xin-xiao-xi-2/gui-dang-xing-qiu-1">[前往]</a></p>
<p><a href="https://www.weebly.com/?lang=zh_TW">Weebly</a>: <a href="https://as2023.weebly.com/">[前往]</a></p>
<p><a href="https://www.jimdo.com/">Jimdo</a>: <a href="https://as2023.jimdosite.com/">[前往]</a></p>
<p><a href="https://www.yola.com/">Yola</a>: <a href="https://khiungs-flat-schloasm.yolasite.com/">[前往]</a></p>
<p><a href="https://www.youtube.com/">Youtube</a>: <a href="https://www.youtube.com/watch?v=OarmkpS6KUk">[前往]</a></p>
<p><a href="https://www.potatomedia.co/posts">PotatoMedia</a>: <a href="https://www.potatomedia.co/post/636e73c7-4915-4e28-aa86-25cb82df2df1">[前往]</a></p>
<p><a href="https://udn.com/news/index">UDN</a>: <a href="https://blog.udn.com/G_115004008169259866/179866562">[前往]</a></p>
<p><a href="https://vocus.cc/">Vocus</a>: <a href="https://vocus.cc/article/64febf79fd897800018b1093">[前往]</a></p>
<p><a href="https://ameblo.jp/">Ameblo</a>: <a href="https://ameblo.jp/hawlhu/entry-12820398095.html">[前往]</a></p>
<p><a href="https://portaly.cc/">Portaly</a>: <a href="https://portaly.cc/as2023">[前往]</a></p>
<p><a href="https://www.gamer.com.tw/">Gamer</a>: <a href="https://forum.gamer.com.tw/C.php?bsn=18531&snA=184&subbsn=0&page=1&s_author=&gothis=553#553">[前往]</a></p>
<p><a href="https://wordpress.com/">WordPress</a>: <a href="https://hawl2025.wordpress.com/">[前往]</a></p>
<p><a href="https://www.ulifestyle.com.hk/">UlifeStyle</a>: <a href="https://blog.ulifestyle.com.hk/article/as2024/4273494/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83-archive-star">[前往]</a></p>
<p><a href="https://episode.cc/">Episode</a>: <a href="https://episode.cc/read/a2369555/my.230915.110944/0">[前往]</a></p>
<p><a href="https://pub46.bravenet.com/bravesites/dashboard">BraveSites</a>: <a href="https://as2023.bravesites.com/entries/general/%E9%98%BF%E5%BD%8C%E9%99%80%E4%BD%9B">[前往]</a></p>
<p><a href="https://docs.google.com/document/u/0/">GoogleDocs</a>: <a href="https://docs.google.com/document/d/1Yyw9lBiw6dfmam1p0lxL5dwMwoWdj2_Qv8pQlWfhdJ0/edit">[前往]</a></p>
<p><a href="https://www.awardspace.com/user-login/">MyGamesOnline</a>: <a href="http://an2098.mygamesonline.org/">[前往]</a></p>
<p><a href="https://www.microsoft.com/zh-tw/microsoft-365/onedrive/online-cloud-storage">OneDrive</a>: <a href="https://onedrive.live.com/view.aspx?resid=FEB92ED37882D45D!545&ithint=file%2cdocx&wdo=2&authkey=!AK2RUu1SkjpnJ_s">[前往]</a></p>
<p><a href="https://www.icloud.com/">ICloud</a>: <a href="https://www.icloud.com/pages/0fcXqdza2yXHRNL2AFILLWnFg#%E6%99%82%E5%85%89%E7%9A%84%E8%A9%A6%E7%85%89_-_%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83">[前往]</a></p>
<p><a href="https://www.ruten.com.tw/">Ruten</a>: <a href="https://www.ruten.com.tw/item/show?22338731817869&_gl=1*1nhjc90*_ga*MTU3MDgwMDM3Mi4xNjM0NzY1MTI1*_ga_2VP4WXLL56*MTY5NTE5ODk4Mi4xODM1LjEuMTY5NTIwMTI3NC41Ny4wLjA.">[前往]</a></p>
<p><a href="https://twitter.com/home?lang=zh-Hant">Twitter</a>: <a href="https://twitter.com/shjizhyn120071">[前往]</a></p>
<p><a href="https://odysee.com/">Odysee</a>: <a href="https://odysee.com/ATun86Rt:4">[前往]</a></p>
<p><a href="https://somee.com/">Somee</a>: <a href="http://as2024.somee.com/">[前往]</a></p>
<p><a href="https://sites.google.com/new">Google Sites</a>: <a href="https://sites.google.com/view/archivestar/">[前往]</a></p>
<p><a href="https://line.me/tw/">LINE ME</a>: <a href="https://linevoom.line.me/user/_dfI0FYfDnHD2sTRJvsGqpD3i1bb_WS153Xa_U4w?utm_medium=windows&utm_source=desktop&utm_campaign=Profile">[前往]</a></p>
<p><a href="https://shopee.tw/">Shopee</a>: <a href="https://shopee.tw/product/354866012/23483958093/">[前往]</a></p>
<p><a href="https://www.mobile01.com/">Mobile01</a>: <a href="https://www.mobile01.com/topicdetail.php?f=37&t=6869218">[前往]</a></p>
<p><a href="https://picsee.soci.vip/?utm_source=picsee-redirect&utm_medium=referral&utm_term=pse.is">PSE</a>: <a href="https://pse.is/5ches3">[前往]</a></p>
<p><a href="https://www.google.com/maps/@25.0171709,121.1544756,6346a,20y,90h/data=!3m1!1e3?hl=zh-TW">GMAP</a>: <a href="https://www.google.com.tw/maps/place/%E8%87%BA%E4%B8%AD%E4%B8%80%E4%B8%AD%E5%9C%96%E6%9B%B8%E5%AE%A4/@24.1505184,120.6773274,16z/data=!4m10!1m2!2m1!1z6Ie65Lit5LiA5Lit5ZyW5pu45a6k!3m6!1s0x34693ddbba933231:0x6e1261fefce14aaa!8m2!3d24.1505184!4d120.6868546!15sChXoh7rkuK3kuIDkuK3lnJbmm7jlrqSSAQdsaWJyYXJ54AEA!16s%2Fg%2F11vkjxw8gt?entry=ttu">[前往]</a></p>
<p><a href="https://github.com/">GitHub</a>: <a href="https://github.com/HawlHu">[前往]</a></p>
<p><a href="https://www.eyny.com/">VEyny</a>: <a href="https://video.eyny.com/channel/UCyEzN1EYqv">[前往]</a></p>
<p><a href="https://www.eyny.com/">Eyny</a>: <a href="https://www.eyny.com/space-uid-20445046.html">[前往]</a></p>
<p><a href="https://155384.co/">155384</a>: <a href="https://155384.co/home.php?mod=space&uid=594779&do=profile">[前往]</a></p>
<p><a href="https://www.tiktok.com/zh-Hant-TW/">TikTok</a>: <a href="https://www.tiktok.com/@hawl_hu">[前往]</a></p>
<p><a href="https://linkgoods.com/">LinkGoods</a>: <a href="https://linkgoods.com/archivestar">[前往]</a></p>
<p><a href="https://www.designcap.com/tw/">DesignCap</a>: <a href="https://www.designcap.com/share/vd885889.html">[前往]</a></p>
<p><a href="https://www.popdaily.com.tw/">PopDaily</a>: <a href="https://www.popdaily.com.tw/user/451956">[前往]</a></p>
<p><a href="https://tw.godaddy.com/zh/websites">GodaddySites</a>: <a href="https://gui1dang4xing1qiu2.godaddysites.com/">[前往]</a></p>
<p><a href="https://docs.google.com/document/u/0/">GoogleExcel</a>: <a href="https://docs.google.com/spreadsheets/d/1sZNdRl6PMqvnCx2Z6yeU1nT72oPluOTy4Eq6bys75Xc/edit?usp=sharing">[前往]</a></p>
<p><a href="https://24h.pchome.com.tw/">Pchome</a>: <a href="https://mypaper.pchome.com.tw/jplop/bookmark">[前往]</a></p>
<p><a href="https://docs.google.com/document/u/0/">GooglePPT</a>: <a href="https://docs.google.com/presentation/d/1j64Z99O6TiWrYmKDl_lp4F0EIQPOe-5jYjNCN23u9AM">[前往]</a></p>
<p><a href="https://chat.openai.com/">ChatGPT</a>: <a href="https://chat.openai.com/share/00e760e5-8449-42b0-bbfb-c85b56164d90">[前往]</a></p>
<p><a href="https://onedrive.live.com/">Microsoft Excel</a>: <a href="https://onedrive.live.com/view.aspx?resid=FEB92ED37882D45D%21562&authkey=!AGWW32wHEsVBiW8">[前往]</a></p>
<p><a href="https://www.icloud.com/">ICloud Excel</a>: <a href="https://www.icloud.com/numbers/08bvnFXbcLfgyBv9GT2mW4FuA#%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83_Archive_Star">[前往]</a></p>
<p><a href="https://www.dropbox.com/home">DropBox</a>: <a href="https://www.dropbox.com/scl/fi/7nwn12rb2yud85xrnyqc8/Archive-Star.paper?rlkey=gve39gyqa5f3caw8lmgzp366d&dl=0">[前往]</a></p>
<p><a href="https://mega.nz/">Mega</a>: <a href="https://mega.nz/file/j5wQGR7L#au5XXIWODen4iEHBYY4rOaGh70bct0O7n02pSMNAS4U">[前往]</a></p>
<p><a href="https://icedrive.net/">IceDrive</a>: <a href="https://icedrive.net/s/yYuT781iyhjk7YWizatij8XStNWP">[前往]</a></p>
<p><a href="https://reurl.cc/">ReUrl</a>: <a href="https://reurl.cc/L68b1K">[前往]</a></p>
<p><a href="https://lurl.cc/">LUrl</a>: <a href="https://lurl.cc/WqozYW">[前往]</a></p>
<p><a href="https://is.gd/">IS</a>: <a href="https://is.gd/sgz4jK">[前往]</a></p>
<p><a href="https://www.shorturl.at/">ShortUrl</a>: <a href="https://shorturl.at/gsDM6">[前往]</a></p>
<p><a href="https://bitly.com/">Bit</a>: <a href="https://bit.ly/3Rv5Ryt">[前往]</a></p>
<p><a href="https://myppt.cc/">MyPpt</a>: <a href="https://myppt.cc/YSTuQe">[前往]</a></p>
<p><a href="https://ssur.cc/">SSur</a>: <a href="https://ssur.cc/zut8hxG">[前往]</a></p>
<p><a href="https://risu.io/">Risu</a>: <a href="https://risu.io/vn521">[前往]</a></p>
<p><a href="https://ppt.cc/">Ppt</a>: <a href="https://ppt.cc/fS5Zxx">[前往]</a></p>
<p><a href="https://0rz.tw/">0rz</a>: <a href="https://0rz.tw/iqDvG">[前往]</a></p>
<p><a href="https://colab.research.google.com/?hl=zh-tw">COLab</a>: <a href="https://colab.research.google.com/drive/1d2du3OZPTYahUyq8IdC9P8vrOUzulwvI">[前往]</a></p>
<p><a href="https://www.000webhost.com/">000webhostapp</a>: <a href="https://as2026.000webhostapp.com/">[前往]</a></p>
<p><a href="https://vk.com/feed">VK</a>: <a href="https://vk.com/archivestar">[前往]</a></p>
<p><a href="https://hk.wopop.com/">IWOPop</a>: <a href="http://as2023.iwopop.top/">[前往]</a></p>
<p><a href="https://www.framer.com/">Framer WebSite</a>: <a href="https://as2023.framer.website/">[前往]</a></p>
<p><a href="https://www.framer.com/">Framer APP</a>: <a href="https://fun-mind-713413.framer.app/">[前往]</a></p>
<p><a href="https://webflow.com/">WebFlow</a>: <a href="https://as2024.webflow.io/">[前往]</a></p>
<p><a href="https://tilda.cc/">Tilda</a>: <a href="https://as2099.tilda.ws/">[前往]</a></p>
<p><a href="https://www.figma.com/">Figma</a>: <a href="https://www.figma.com/file/4zPV3PexWCpkHVgUzjIrXC/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive-Star)?type=design&node-id=0-1&mode=design">[前往]</a></p>
<p><a href="https://www.notion.so/">Notion</a>: <a href="https://empty-hare-4a6.notion.site/Archive-Star-5c81e77b695e46efb7a7ca91d2d6799e">[前往]</a></p>
<p><a href="https://codepen.io/trending">CodePen</a>: <a href="https://codepen.io/rczbeiqx-the-bashful/pen/qBgemKb">[前往]</a></p>
<p><a href="https://www.canva.com/">Canva</a>: <a href="https://www.canva.com/design/DAF3aTr4614/OlQ1Jgr8CLqdjGV_lGCqJA/edit?utm_content=DAF3aTr4614&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton">[前往]</a></p>
<p><a href="https://www.cakeresume.com/dashboard">CakeResume</a>: <a href="https://www.cakeresume.com/portfolios/archive-star">[前往]</a></p>
<p><a href="https://www.kickresume.com/dashboard/resumes/">KickResume</a>: <a href="https://www.kickresume.com/cv/X95gvb/">[前往]</a></p>
<p><a href="https://www.kickresume.com/dashboard/resumes/">KickResume Web</a>: <a href="https://www.kickresume.com/cv/as2026/">[前往]</a></p>
<p><a href="https://www.fotor.com/">Fotor</a>: <a href="https://www.fotor.com/share/fb5e9bcf-0321-409e-812a-4c440e22b92a">[前往]</a></p>
<p><a href="https://www.buymeacoffee.com/">BuyMeACoffee</a>: <a href="https://www.buymeacoffee.com/archivestar/wehegovote">[前往]</a></p>
<p><a href="https://www.dcard.tw/f">Dcard</a>: <a href="https://www.dcard.tw/f/whysoserious/p/254259934">[前往]</a></p>
<p><a href="https://neocities.org/">國立台中科技大學</a>: <a href="https://ntu2024.neocities.org/">[前往]</a></p>
<p><a href="https://gotomax.one/">GotoMax</a>: <a href="https://gotomax.one/gui-dang-xing-qiu.html">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 1</a>: <a href="http://as2024.22web.org/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 2</a>: <a href="http://as2024.10001mb.com/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 3</a>: <a href="http://as2024.2kool4u.net/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 4</a>: <a href="http://as2024.66ghz.com/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 5</a>: <a href="http://as2024.a0001.net/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 6</a>: <a href="http://as2024.fast-page.org/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 7</a>: <a href="http://as2024.fanclub.rocks/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 8</a>: <a href="http://as2024.html-5.me/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 9</a>: <a href="http://as2024.iblogger.org/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 10</a>: <a href="http://as2024.is-best.net/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 11</a>: <a href="http://as2024.is-great.net/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 12</a>: <a href="http://as2024.is-great.org/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 13</a>: <a href="http://as2024.likesyou.org/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 14</a>: <a href="http://as2024.loveslife.biz/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 15</a>: <a href="http://as2024.my-board.org/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 16</a>: <a href="http://as2024.my-style.in/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 17</a>: <a href="http://as2024.mydiscussion.net/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 18</a>: <a href="http://as2024.nichesite.org/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 19</a>: <a href="http://as2024.social-networking.me/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 20</a>: <a href="http://as2024.synergize.co/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 21</a>: <a href="http://as2024.talk4fun.net/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 22</a>: <a href="http://as2024.web1337.net/">[前往]</a></p>
<p><a href="https://byet.host/">ByetHost 23</a>: <a href="http://as2024.totalh.net/">[前往]</a></p>
<p><a href="https://www.asuswebstorage.com/">AsusWebStorage</a>: <a href="https://www.asuswebstorage.com/navigate/a/#/s/99DF42F72A7C4355BA1DA1FFF712850DY?type=previewPageCover">[前往]</a></p>
<p><a href="https://www.jplopsoft.idv.tw/">JplopsoftIndex</a>: <a href="https://www.jplopsoft.idv.tw/neocities_index/">[前往]</a></p>
<p><a href="https://www.box.com/personal">BoxDrive</a>: <a href="https://app.box.com/s/71ajbsd7vqrdv2j8lmulg2hzdm6aetfn">[前往]</a></p>
<p><a href="https://e.pcloud.link/">PCloud</a>: <a href="https://e.pcloud.link/publink/show?code=XZ3HjeZwoFNuEKng17xavNGccyulQzkE6nk">[前往]</a></p>
<p><a href="https://www.facebook.com/">FaceBook</a>: <a href="https://www.facebook.com/profile.php?id=61555358565905">[前往]</a></p>
<p><a href="https://www.evernote.com/">Evernote</a>: <a href="https://www.evernote.com/shard/s452/sh/88054a8b-4403-ad9e-9b4a-286549d1950d/gpAigrYRU2lyS-1tuniYtOtu98NxozqXXnXu4BdXzx9smH1DM4FlBdCGcg">[前往]</a></p>
<p><a href="https://app.simplenote.com/">SimpleNote</a>: <a href="https://app.simplenote.com/p/dMbfGx">[前往]</a></p>
<p><a href="https://www.tumblr.com/">Tumblr</a>: <a href="https://www.tumblr.com/blog/spookyblazefart">[前往]</a></p>
<p><a href="https://www.pinterest.com/">Pinterest</a>: <a href="https://www.pinterest.com/a2369555/_created">[前往]</a></p>
<p><a href="https://www.easybank.com.tw/">WMHP</a>: <a href="http://wmhp.easybank.com.tw/">[前往]</a></p>
<p><a href="https://coin028.com/">YT小礦工挖挖礦</a>: <a href="https://coin028.com/">[前往]</a></p>
<p><a href="https://www.infinityfree.com/">Infinityfreeapp 1</a>: <a href="http://archivestar.infinityfreeapp.com/">[前往]</a></p>
<p><a href="https://www.infinityfree.com/">Infinityfreeapp 2</a>: <a href="http://archivestar.great-site.net/">[前往]</a></p>
<p><a href="https://www.infinityfree.com/">Infinityfreeapp 3</a>: <a href="http://archivestar.lovestoblog.com/">[前往]</a></p>
<p><a href="https://profreehost.com/account/">Unaux 1</a>: <a href="http://archives.unaux.com/">[前往]</a></p>
<p><a href="https://profreehost.com/account/">Unaux 2</a>: <a href="http://as2024.unaux.com/">[前往]</a></p>
<p><a href="https://aeonfree.com/">Hstn</a>: <a href="http://archives.hstn.me/">[前往]</a></p>
<p><a href="https://aeonfree.com/">Iceiy</a>: <a href="http://archives.iceiy.com/">[前往]</a></p>
<p><a href="https://trello.com/">Trello</a>: <a href="https://trello.com/b/tRDKqGCf/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83archive-star">[前往]</a></p>
<p><a href="https://app.mural.co/">Mural</a>: <a href="https://app.mural.co/t/as20247840/m/as20247840/1707273755134/8eaaa4c8d8e2dbecf1256d6cf39e9ba7e7e27707?sender=8d169b67-9666-4d4c-9b6e-8ea89e3bc9b6">[前往]</a></p>
<p><a href="https://miro.com/">Miro</a>: <a href="https://miro.com/app/board/uXjVNwQpfk4=/?share_link_id=54095641736">[前往]</a></p>
<p><a href="https://www.threads.net/">Threads</a>: <a href="https://www.threads.net/@nanacute0605">[前往]</a></p>
<p><a href="https://start-page.buffer.com/">Buffer</a>: <a href="https://archivestar.start.page/">[前往]</a></p>
<p><a href="https://www.site123.com/">Site123</a>: <a href="https://65d016b663ee6.site123.me/">[前往]</a></p>
<p><a href="https://edublogs.org/">EduBlogs</a>: <a href="https://archivestar.edublogs.org/">[前往]</a></p>
<p><a href="https://www.holkee.com/">Holkee</a>: <a href="https://www.holkee.com/eqyDYasVJzKYVriYPbLS">[前往]</a></p>
<p><a href="https://admin.easystore.co/settings">EasyStore</a>: <a href="https://archivestar.easy.co/products/aesxkey">[前往]</a></p>
<p><a href="https://steamcommunity.com/">Steam</a>: <a href="https://steamcommunity.com/id/archive_star">[前往]</a></p>
<p><a href="https://www.everybbs.com/">Everybbs</a>: <a href="https://www.everybbs.com/show1.php?o=t&f=305&t=121">[前往]</a></p>
<p><a href="https://terabox.com/">TeraBox</a>: <a href="https://www.terabox.com/chinese/sharing/link?surl=SzJ3cDD7aURun6atlSmIBA">[前往]</a></p>
<p><a href="https://www.tapatalk.com/">TapaTalk</a>: <a href="https://www.tapatalk.com/groups/metrocity/archive-star-t29533.html">[前往]</a></p>
<p><a href="https://note.com/">Note</a>: <a href="https://note.com/as2024/n/nd46785c5e357">[前往]</a></p>
<p><a href="https://infogram.com/">Infogram</a>: <a href="https://infogram.com/archive-star-1h7v4pdnl7p5j4k?live">[前往]</a></p>
<p><a href="https://www.plus28.com/">Plus28</a>: <a href="https://www.plus28.com/viewthread.php?tid=7076498&pid=2135997847&page=1&extra=page%3D1#pid2135997847">[前往]</a></p>
<p><a href="https://groups.google.com/">Groups Google</a>: <a href="https://groups.google.com/g/taipeiscientist-google-group-public/c/OVrzC3L4jqM/m/zrFCdCptFQAJ">[前往]</a></p>
<p><a href="https://public.flourish.studio/">Flourish</a>: <a href="https://public.flourish.studio/visualisation/17073801/">[前往]</a></p>
<p><a href="https://math.pro/db/">Math</a>: <a href="https://math.pro/db/viewthread.php?tid=1029&pid=25575&page=1&extra=page%3D1#pid25575">[前往]</a></p>
<p><a href="https://katfile.com/">Katfile</a>: <a href="https://katfile.com/cj0int7uyppw/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive_Star)[jplop.neocities.org].txt.html">[前往]</a> | <a href="https://katfile.com/users/archivestar">[前往]</a></p>
<p><a href="https://www.wenxuecity.com/">Wenxuecity</a>: <a href="https://blog.wenxuecity.com/myblog/81265/202403/12674.html">[前往]</a></p>
<p><a href="https://web.bc3ts.net/">Bc3ts</a>: <a href="https://web.bc3ts.net/user/archivestar">[前往]</a></p>
<p><a href="https://www.6parkbbs.com/">6ParkBBS</a>: <a href="https://www.6parkbbs.com/index.php?app=index&act=bloghome&uname=NTI1OTUwODc%3D">[前往]</a></p>
<p><a href="https://old.zhinanzhen.org/xcx/">Zhinanzhen</a>: <a href="https://old.zhinanzhen.org/xcx/user.php?uid=8492">[前往]</a></p>
<p><a href="https://line.me/">Line.ME</a>: <a href="https://line.me/ti/g2/47CiBQmP44NC4rh8z7PX6mMFD1BtP3tLmYtuXA?utm_source=invitation&utm_medium=link_copy&utm_campaign=default">[前往]</a></p>
<p><a href="https://open.firstory.me/">Firstory</a>: <a href="https://open.firstory.me/user/cltqoer370kgo01tp9ohn0kso/comments">[前往]</a></p>
<p><a href="https://fc2.com/">FC2</a>: <a href="https://archivestar.sns.fc2.com/exec/member/forum/view/44699/">[前往]</a></p>
<p><a href="http://www.storyonline.com.tw/">Storyonline</a>: <a href="http://www.storyonline.com.tw/profile.php?id=2372">[前往]</a></p>
<p><a href="https://surface3d.com.tw/">Surface3D</a>: <a href="https://surface3d.com.tw/forum/topic/%e6%98%9f%e9%9a%9b%e9%be%8d%e9%ad%94/#postid-5070">[前往]</a></p>
<p><a href="https://firewar888.tw/">Firewar888</a>: <a href="https://firewar888.tw/home.php?mod=space&uid=191472">[前往]</a></p>
<p><a href="https://www.hkepc.com/forum/">Hkepc</a>: <a href="https://www.hkepc.com/forum/viewthread.php?fid=120&tid=2684506&extra=page%3D5">[前往]</a></p>
<p><a href="https://zltravel.com.tw/">Zltravel</a>: <a href="https://zltravel.com.tw/blog?id=353">[前往]</a></p>
<p><a href="https://zltravel.com.tw/">Zltravel Search 1</a>: <a href="https://zltravel.com.tw/Blog/blog_Search?d=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83">[前往]</a></p>
<p><a href="https://zltravel.com.tw/">Zltravel Search 2</a>: <a href="https://zltravel.com.tw/Blog/blog_Search?d=%E9%87%91%E5%BE%97%E6%98%A5%E6%8D%B2">[前往]</a></p>
<p><a href="https://zltravel.com.tw/">Zltravel Search 3</a>: <a href="https://zltravel.com.tw/Blog/blog_Search?d=Archive%20Star">[前往]</a></p>
<p><a href="https://zltravel.com.tw/">Zltravel Search 4</a>: <a href="https://zltravel.com.tw/Blog/blog_Search?d=%E6%B8%85%E6%98%8E%E7%AF%80">[前往]</a></p>
<p><a href="https://welly.tw/search?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(95f5b)</a>: <a href="https://welly.tw/search?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://travel.yam.com/find/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%20Archive%20Star">QKey(31cfe)</a>: <a href="https://travel.yam.com/find/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%20Archive%20Star">[前往]</a></p>
<p><a href="https://www.sun-exp.com/search?key=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(64394)</a>: <a href="https://www.sun-exp.com/search?key=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://skillshop.exceedlms.com/student/catalog/list?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(39a59)</a>: <a href="https://skillshop.exceedlms.com/student/catalog/list?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.shopjkl.com/products?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https:%2F%2Fjplop.neocities.org%2F">QKey(5843c)</a>: <a href="https://www.shopjkl.com/products?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https:%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://followin.io/zh-Hant/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">QKey(52d5f)</a>: <a href="https://followin.io/zh-Hant/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://tw.nextapple.com/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%20Archive%20Star">QKey(5c05c)</a>: <a href="https://tw.nextapple.com/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%20Archive%20Star">[前往]</a></p>
<p><a href="https://cava.tw/search/result?type=keyword&value=%25E6%25AD%25B8%25E6%25AA%2594%25E6%2598%259F%25E7%2590%2583(Archive%2520Star)%2520https%253A%252F%252Fjplop.neocities.org%252F">QKey(9c71a)</a>: <a href="https://cava.tw/search/result?type=keyword&value=%25E6%25AD%25B8%25E6%25AA%2594%25E6%2598%259F%25E7%2590%2583(Archive%2520Star)%2520https%253A%252F%252Fjplop.neocities.org%252F">[前往]</a></p>
<p><a href="https://search.books.com.tw/search/query/key/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%20%20jplop.neocities.org%20/cat/all">QKey(da98a)</a>: <a href="https://search.books.com.tw/search/query/key/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%20%20jplop.neocities.org%20/cat/all">[前往]</a></p>
<p><a href="https://news.tvbs.com.tw/news/searchresult/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83Archive%20Star%20https%3A%2F%2Fjplop.neocities.org%2F/news">QKey(c522b)</a>: <a href="https://news.tvbs.com.tw/news/searchresult/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83Archive%20Star%20https%3A%2F%2Fjplop.neocities.org%2F/news">[前往]</a></p>
<p><a href="https://www.ecosia.org/search?method=index&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive%20Star%29%20https%3A%2F%2Fjplop.neocities.org%2F">QKey(d9241)</a>: <a href="https://www.ecosia.org/search?method=index&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive%20Star%29%20https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.tssdnews.com.tw/search.php?kw=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&tb_name=tb_contents">QKey(48f6f)</a>: <a href="https://www.tssdnews.com.tw/search.php?kw=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&tb_name=tb_contents">[前往]</a></p>
<p><a href="https://www.cnyes.com/search/all?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">QKey(1660e)</a>: <a href="https://www.cnyes.com/search/all?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://axiang.cc/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(0b730)</a>: <a href="https://axiang.cc/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.8891.com.tw/index-search.html?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(cd4cb)</a>: <a href="https://www.8891.com.tw/index-search.html?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://www.cool3c.com/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive%20Star%29%20https%20jplop%20neocities%20org">QKey(b8cf5)</a>: <a href="https://www.cool3c.com/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive%20Star%29%20https%20jplop%20neocities%20org">[前往]</a></p>
<p><a href="https://zombit.info/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(7eb4e)</a>: <a href="https://zombit.info/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://shop.greattree.com.tw/searchlist?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(1593c)</a>: <a href="https://shop.greattree.com.tw/searchlist?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://www.yourseo.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(6c7cd)</a>: <a href="https://www.yourseo.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://mrmad.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(bb7d6)</a>: <a href="https://mrmad.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.pxmart.com.tw/search?type=&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(a5aa6)</a>: <a href="https://www.pxmart.com.tw/search?type=&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://applealmond.com/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(7afab)</a>: <a href="https://applealmond.com/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://search.ltn.com.tw/list?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/&type=3c&page=1">QKey(d35dd)</a>: <a href="https://search.ltn.com.tw/list?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/&type=3c&page=1">[前往]</a></p>
<p><a href="https://www.edh.tw/lohas/tag?word=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(ef5bb)</a>: <a href="https://www.edh.tw/lohas/tag?word=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://hoomedia.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(782f5)</a>: <a href="https://hoomedia.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://news.gandi.net/zh-hant/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83+Archive+Star+jplop.neocities.org">QKey(1dada)</a>: <a href="https://news.gandi.net/zh-hant/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83+Archive+Star+jplop.neocities.org">[前往]</a></p>
<p><a href="https://search.yam.com/Search/All?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">QKey(0948a)</a>: <a href="https://search.yam.com/Search/All?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.thinkwithgoogle.com/intl/zh-tw/search/#?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https:%2F%2Fjplop.neocities.org%2F&locale=zh-tw&sort_field=date&page=0&limit=20¤t_source=twg_site">QKey(44044)</a>: <a href="https://www.thinkwithgoogle.com/intl/zh-tw/search/#?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https:%2F%2Fjplop.neocities.org%2F&locale=zh-tw&sort_field=date&page=0&limit=20¤t_source=twg_site">[前往]</a></p>
<p><a href="https://blog.shopline.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(026ea)</a>: <a href="https://blog.shopline.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.marketersgo.com/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(f7e78)</a>: <a href="https://www.marketersgo.com/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://buy.gamer.com.tw/search.php?kw=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(16997)</a>: <a href="https://buy.gamer.com.tw/search.php?kw=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://help.hcltechsw.com/domino/11.0.1/zh_TW/admin/search.html?searchQuery=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(cc4e5)</a>: <a href="https://help.hcltechsw.com/domino/11.0.1/zh_TW/admin/search.html?searchQuery=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://blog.104.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">QKey(26a5b)</a>: <a href="https://blog.104.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.shopjkl.com/products?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https:%2F%2Fjplop.neocities.org%2F">QKey(5843c)</a>: <a href="https://www.shopjkl.com/products?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https:%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.cw.com.tw/search/doSearch.action?key=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20jplop.neocities.org">QKey(81443)</a>: <a href="https://www.cw.com.tw/search/doSearch.action?key=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20jplop.neocities.org">[前往]</a></p>
<p><a href="https://wuangus.cc/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(e3771)</a>: <a href="https://wuangus.cc/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://deanlife.blog/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(b16fe)</a>: <a href="https://deanlife.blog/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://one.ebook.hyread.com.tw/searchList.jsp?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(4f5e5)</a>: <a href="https://one.ebook.hyread.com.tw/searchList.jsp?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://dict.revised.moe.edu.tw/search.jsp?md=1&word=%E6%AD%B8%E6%AA%94https%3A%2F%2Fjplop.neocities.org%2F&qMd=0&qCol=1">QKey(c9a1a)</a>: <a href="https://dict.revised.moe.edu.tw/search.jsp?md=1&word=%E6%AD%B8%E6%AA%94https%3A%2F%2Fjplop.neocities.org%2F&qMd=0&qCol=1">[前往]</a></p>
<p><a href="https://nordvpn.com/zh-tw/blog/?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(708cf)</a>: <a href="https://nordvpn.com/zh-tw/blog/?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://1on1.today/blog/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(2fdd7)</a>: <a href="https://1on1.today/blog/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://seo.whoops.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(193f8)</a>: <a href="https://seo.whoops.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.awoo.ai/zh-hant/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(a07b6)</a>: <a href="https://www.awoo.ai/zh-hant/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://aws.amazon.com/tw/search/?searchQuery=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(36924)</a>: <a href="https://aws.amazon.com/tw/search/?searchQuery=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://support.microsoft.com/zh-tw/Search/results?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(71645)</a>: <a href="https://support.microsoft.com/zh-tw/Search/results?query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://skillshop.exceedlms.com/student/catalog/list?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(39a59)</a>: <a href="https://skillshop.exceedlms.com/student/catalog/list?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.thenewslens.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(1c463)</a>: <a href="https://www.thenewslens.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://www.cnyes.com/search/all?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">QKey(1660e)</a>: <a href="https://www.cnyes.com/search/all?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://chromewebstore.google.com/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F?hl=zh-TW">QKey(0b7a8)</a>: <a href="https://chromewebstore.google.com/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F?hl=zh-TW">[前往]</a></p>
<p><a href="https://applealmond.com/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(7afab)</a>: <a href="https://applealmond.com/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://slack.com/intl/zh-tw/help/search?utf8=%E2%9C%93&query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&commit=Search">QKey(87d5b)</a>: <a href="https://slack.com/intl/zh-tw/help/search?utf8=%E2%9C%93&query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&commit=Search">[前往]</a></p>
<p><a href="https://simular.co/blog?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(1ee33)</a>: <a href="https://simular.co/blog?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://twfirst.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(1f935)</a>: <a href="https://twfirst.com.tw/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.kocpc.com.tw/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(cdfff)</a>: <a href="https://www.kocpc.com.tw/search/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://support.apple.com/kb/index?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&src=globalnav_support&type=organic&page=search&locale=zh_TW">QKey(7084c)</a>: <a href="https://support.apple.com/kb/index?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&src=globalnav_support&type=organic&page=search&locale=zh_TW">[前往]</a></p>
<p><a href="https://support.shoplineapp.com/hc/zh-tw/search?utf8=%E2%9C%93&query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&commit=%E6%90%9C%E5%B0%8B">QKey(0486e)</a>: <a href="https://support.shoplineapp.com/hc/zh-tw/search?utf8=%E2%9C%93&query=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&commit=%E6%90%9C%E5%B0%8B">[前往]</a></p>
<p><a href="https://www.google.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29%0D%0Ahttps%3A%2F%2Fjplop.neocities.org%2F&sca_esv=ee38d8282d2fa752&sxsrf=ACQVn0-8J2mG5m3fY7a1IgKP8a-e2m7_Og%3A1710813771398&source=hp&ei=S_L4ZdeOFripvr0P3K2UKA&iflsig=ANes7DEAAAAAZfkAWwuh4U4y3ommdk11oA7N0z5QHVVO&ved=0ahUKEwiX4Pn4nf-EAxW4lK8BHdwWBQUQ4dUDCBc&uact=5&oq=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29%0D%0Ahttps%3A%2F%2Fjplop.neocities.org%2F&gs_lp=Egdnd3Mtd2l6IjfmrbjmqpTmmJ_nkIMoQXJjaGl2ZSBTdGFyKQpodHRwczovL2pwbG9wLm5lb2NpdGllcy5vcmcvMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnSLwGULcBWLcBcAF4AJABAJgBAKABAKoBALgBA8gBAPgBAvgBAZgCAaACCKgCCpgDCJIHATGgBwA&sclient=gws-wiz">QKey(90c30)</a>: <a href="https://www.google.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29%0D%0Ahttps%3A%2F%2Fjplop.neocities.org%2F&sca_esv=ee38d8282d2fa752&sxsrf=ACQVn0-8J2mG5m3fY7a1IgKP8a-e2m7_Og%3A1710813771398&source=hp&ei=S_L4ZdeOFripvr0P3K2UKA&iflsig=ANes7DEAAAAAZfkAWwuh4U4y3ommdk11oA7N0z5QHVVO&ved=0ahUKEwiX4Pn4nf-EAxW4lK8BHdwWBQUQ4dUDCBc&uact=5&oq=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29%0D%0Ahttps%3A%2F%2Fjplop.neocities.org%2F&gs_lp=Egdnd3Mtd2l6IjfmrbjmqpTmmJ_nkIMoQXJjaGl2ZSBTdGFyKQpodHRwczovL2pwbG9wLm5lb2NpdGllcy5vcmcvMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnMgcQIxjqAhgnSLwGULcBWLcBcAF4AJABAJgBAKABAKoBALgBA8gBAPgBAvgBAZgCAaACCKgCCpgDCJIHATGgBwA&sclient=gws-wiz">[前往]</a></p>
<p><a href="https://tw.search.yahoo.com/search?p=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&fr=yfp-search-sb">QKey(d70d1)</a>: <a href="https://tw.search.yahoo.com/search?p=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&fr=yfp-search-sb">[前往]</a></p>
<p><a href="https://www.bing.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29%0D%0Ahttps%3A%2F%2Fjplop.neocities.org%2F&form=QBLH&sp=-1&lq=1&pq=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28archive+star%29https%3A%2F%2Fjplop.neocities.org%2F&sc=0-47&qs=n&sk=&cvid=35307D0B6F394BECAAB2A89CB69411CD&ghsh=0&ghacc=0&ghpl=">QKey(c7086)</a>: <a href="https://www.bing.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29%0D%0Ahttps%3A%2F%2Fjplop.neocities.org%2F&form=QBLH&sp=-1&lq=1&pq=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28archive+star%29https%3A%2F%2Fjplop.neocities.org%2F&sc=0-47&qs=n&sk=&cvid=35307D0B6F394BECAAB2A89CB69411CD&ghsh=0&ghacc=0&ghpl=">[前往]</a></p>
<p><a href="https://duckduckgo.com/?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive+Star)+https%3A%2F%2Fjplop.neocities.org%2F&t=h_&ia=web">QKey(85cc3)</a>: <a href="https://duckduckgo.com/?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive+Star)+https%3A%2F%2Fjplop.neocities.org%2F&t=h_&ia=web">[前往]</a></p>
<p><a href="https://trends.google.com.tw/trends/explore?date=now%201-d&geo=TW&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%20Archive%20Star%20%20https%20%2F%2Fjplop.neocities.org%2F&hl=zh-TW">QKey(e433f)</a>: <a href="https://trends.google.com.tw/trends/explore?date=now%201-d&geo=TW&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%20Archive%20Star%20%20https%20%2F%2Fjplop.neocities.org%2F&hl=zh-TW">[前往]</a></p>
<p><a href="https://developers.google.com/s/results/search/docs?hl=zh-tw&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F&text=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">QKey(ba028)</a>: <a href="https://developers.google.com/s/results/search/docs?hl=zh-tw&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F&text=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://zh.wikipedia.org/w/index.php?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&title=Special%3A%E6%90%9C%E7%B4%A2&ns0=1">QKey(fdde7)</a>: <a href="https://zh.wikipedia.org/w/index.php?search=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&title=Special%3A%E6%90%9C%E7%B4%A2&ns0=1">[前往]</a></p>
<p><a href="https://play.google.com/store/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F&c=apps&hl=zh_TW&gl=US">QKey(61b0e)</a>: <a href="https://play.google.com/store/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F&c=apps&hl=zh_TW&gl=US">[前往]</a></p>
<p><a href="https://www.pkthink.com/search.asp?srch_title=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(fa4fe)</a>: <a href="https://www.pkthink.com/search.asp?srch_title=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://www.yesharris.com/?s=--+%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(e8d6b)</a>: <a href="https://www.yesharris.com/?s=--+%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.businessweekly.com.tw/Search?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(1f0f3)</a>: <a href="https://www.businessweekly.com.tw/Search?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://www.cheers.com.tw/search/doSearch.action?search_type=1&key=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&site_type=cj">QKey(0305e)</a>: <a href="https://www.cheers.com.tw/search/doSearch.action?search_type=1&key=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F&site_type=cj">[前往]</a></p>
<p><a href="https://www.intel.com.tw/content/www/tw/zh/search.html#q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F&sort=relevancy">QKey(575fb)</a>: <a href="https://www.intel.com.tw/content/www/tw/zh/search.html#q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%2F%2Fjplop.neocities.org%2F&sort=relevancy">[前往]</a></p>
<p><a href="https://search.ltn.com.tw/list?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/&type=3c&page=1">QKey(d35dd)</a>: <a href="https://search.ltn.com.tw/list?keyword=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/&type=3c&page=1">[前往]</a></p>
<p><a href="https://search.books.com.tw/search/query/key/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%20%20jplop.neocities.org%20/cat/all">QKey(da98a)</a>: <a href="https://search.books.com.tw/search/query/key/%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https%3A%20%20jplop.neocities.org%20/cat/all">[前往]</a></p>
<p><a href="https://www.similarweb.com/search/?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">QKey(f891c)</a>: <a href="https://www.similarweb.com/search/?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive%20Star)%20https://jplop.neocities.org/">[前往]</a></p>
<p><a href="https://blog.starrocket.io/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">QKey(9fd32)</a>: <a href="https://blog.starrocket.io/?s=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83%28Archive+Star%29+https%3A%2F%2Fjplop.neocities.org%2F">[前往]</a></p>
<p><a href="https://new.storm.mg/search?k=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive+Star)+https://jplop.neocities.org/#searchTitle">QKey(5fde0)</a>: <a href="https://new.storm.mg/search?k=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83(Archive+Star)+https://jplop.neocities.org/#searchTitle">[前往]</a></p>
</div>
<hr color="#CCCCCC">
<p><center><font face="Verdana, Arial, Helvetica, sans-serif">Power by Archive Star</font></center></p>
<span style="display:none">
<iframe src="https://www.google.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&sourceid=chrome&ie=UTF-8" width="1200" height="800"></iframe>
<a href="https://www.google.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&sourceid=chrome&ie=UTF-8">Google 歸檔星球</a>
<iframe src="https://www.google.com/search?sca_esv=588853371&q=%22AESXKEY%E7%94%B3%E8%AB%8B%22&nfpr=1&sa=X&ved=2ahUKEwiSqaCWmP6CAxXgc_UHHV6LDCkQvgUoAXoECAgQAw&cshid=1701981789726146&biw=1920&bih=931&dpr=1" width="1200" height="800"></iframe>
<a href="https://www.google.com/search?sca_esv=588853371&q=%22AESXKEY%E7%94%B3%E8%AB%8B%22&nfpr=1&sa=X&ved=2ahUKEwiSqaCWmP6CAxXgc_UHHV6LDCkQvgUoAXoECAgQAw&cshid=1701981789726146&biw=1920&bih=931&dpr=1">Google AESXKEY申請</a>
<iframe src="https://www.bing.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&form=QBLH&sp=-1&ghc=1&lq=0&pq=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&sc=2-4&qs=n&sk=&cvid=C55581E9342546D8943B25B5F01AC0C5&ghsh=0&ghacc=0&ghpl="></iframe>
<a href="https://www.bing.com/search?q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&form=QBLH&sp=-1&ghc=1&lq=0&pq=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&sc=2-4&qs=n&sk=&cvid=C55581E9342546D8943B25B5F01AC0C5&ghsh=0&ghacc=0&ghpl=">Bing 歸檔星球</a>
<iframe src="https://www.bing.com/search?q=AESXKEY%E7%94%B3%E8%AB%8B&form=QBLH&sp=-1&lq=0&pq=aesxkey%E7%94%B3%E8%AB%8B&sc=0-9&qs=n&sk=&cvid=6A2CF36D7C714E4D9B8D11A6646D9630&ghsh=0&ghacc=0&ghpl="></iframe>
<a href="https://www.bing.com/search?q=AESXKEY%E7%94%B3%E8%AB%8B&form=QBLH&sp=-1&lq=0&pq=aesxkey%E7%94%B3%E8%AB%8B&sc=0-9&qs=n&sk=&cvid=6A2CF36D7C714E4D9B8D11A6646D9630&ghsh=0&ghacc=0&ghpl=">Bing AESXKEY申請</a>
<iframe src="https://tw.search.yahoo.com/search?p=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&fr=yfp-search-sb"></iframe>
<a href="https://tw.search.yahoo.com/search?p=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&fr=yfp-search-sb">Yahoo 歸檔星球</a>
<iframe src="https://tw.search.yahoo.com/search?p=AESXKEY%E7%94%B3%E8%AB%8B&fr=yfp-search-sb"></iframe>
<a href="https://tw.search.yahoo.com/search?p=AESXKEY%E7%94%B3%E8%AB%8B&fr=yfp-search-sb">Yahoo AESXKEY申請</a>
<iframe src="https://duckduckgo.com/?t=h_&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&ia=web"></iframe>
<a href="https://duckduckgo.com/?t=h_&q=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&ia=web">DuckDuckGo 歸檔星球</a>
<iframe src="https://duckduckgo.com/?t=h_&q=AESXKEY%E7%94%B3%E8%AB%8B&ia=web"></iframe>
<a href="https://duckduckgo.com/?t=h_&q=AESXKEY%E7%94%B3%E8%AB%8B&ia=web">DuckDuckGo AESXKEY申請</a>
<iframe src="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&fenlei=256&rsv_pq=0xa0ef24e80009c9d3&rsv_t=2244MXtw%2Fab85bVNMy7MSLU3Cq57pZ1ldxJ7VJTpxnSJLHIM6%2Fo8nfuczpr0&rqlang=en&rsv_enter=1&rsv_dl=tb&rsv_sug3=17&rsv_sug1=5&rsv_sug7=100&rsv_sug2=0&rsv_btype=i&inputT=4400&rsv_sug4=4812"></iframe>
<a href="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=%E6%AD%B8%E6%AA%94%E6%98%9F%E7%90%83&fenlei=256&rsv_pq=0xa0ef24e80009c9d3&rsv_t=2244MXtw%2Fab85bVNMy7MSLU3Cq57pZ1ldxJ7VJTpxnSJLHIM6%2Fo8nfuczpr0&rqlang=en&rsv_enter=1&rsv_dl=tb&rsv_sug3=17&rsv_sug1=5&rsv_sug7=100&rsv_sug2=0&rsv_btype=i&inputT=4400&rsv_sug4=4812">baidu 歸檔星球</a>
<iframe src="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=AESXKEY%E7%94%B3%E8%AB%8B&fenlei=256&oq=A%2526gt%253BSXK%2526gt%253BY%25E7%2594%25B3%25E8%25AB%258B&rsv_pq=835cdbc80011673b&rsv_t=ca926Y2XVStDfV8xxERRTvVNkF%2FEONOoAib5KiKj%2F52KIAwjOagCsrfKHfs&rqlang=cn&rsv_dl=tb&rsv_enter=0&rsv_btype=t&prefixsug=A%2526gt%253BSXK%2526gt%253BY%25E7%2594%25B3%25E8%25AB%258B&rsp=0"></iframe>
<a href="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=AESXKEY%E7%94%B3%E8%AB%8B&fenlei=256&oq=A%2526gt%253BSXK%2526gt%253BY%25E7%2594%25B3%25E8%25AB%258B&rsv_pq=835cdbc80011673b&rsv_t=ca926Y2XVStDfV8xxERRTvVNkF%2FEONOoAib5KiKj%2F52KIAwjOagCsrfKHfs&rqlang=cn&rsv_dl=tb&rsv_enter=0&rsv_btype=t&prefixsug=A%2526gt%253BSXK%2526gt%253BY%25E7%2594%25B3%25E8%25AB%258B&rsp=0">baidu AESXKEY申請</a>
</span>
<center>
<!--カウンター画像からは配布サイトへリンクが設定されています。また、誤作動、誤表示の原因となりますのでコードの改変、改行は行わないで下さい。
このコメント部分は削除して頂いても結構です。-->
<a href="https://www.free-counter.jp/"><img src="https://www.f-counter.net/j/49/1658908503/" alt="アクセスカウンター"></a>
<!--
<p><a_disable href="https://www.mfwzjsq.com/" target="_blank"><img_disable src="https://www.mfwzjsq.com/hit.php?id=zemaqpd&nd=6&style=1" border="0" alt="網頁計數器"></a_disable></p>
-->
</center>
</BODY>
</HTML>
Also see: Tab Triggers