Published onJuly 12, 2025部落格搬家 & 重新啟航 - YongChen Blogessay開新的部落格已有一個多月了,已經發佈了幾篇技術文章,想寫一篇非技術類的文章,所以這篇文章是記錄一下開新部落格的心境
Published onJune 19, 2025localhost 的相關定義 & 前往資料夾快捷鍵:⌘ + ⇧ + Glocalhostmac-tips想要熟記用快捷鍵前往 host file,順便複習 localhost 相關定義。macOS Finder 前往資料夾快捷鍵:⌘ + ⇧ + G
Published onJune 16, 2025使用 postMessage 實現 iframe 父子頁面通訊JSpostMessageiframe介紹如何使用 postMessage API 實現 iframe 父子頁面之間的安全通訊,包含實際程式碼範例、執行流程說明及 console 輸出結果分析。
Published onJune 14, 2025JavaScript 錯誤處理:throw error vs throw new Error 的差異JSTry-CatchJavaScript 中 throw error 和 throw new Error 的差異,以及 Error 物件的重要屬性