Posts tagged with "javascript"
There are a total of 2 posts.
如何判斷JavaScript中的瀏覽器寬度,以及在三星瀏覽器中遇到的奇怪經歷
Published 三月 20, 2025 by whitedec
分享在JavaScript中判斷瀏覽器寬度的各種方法的經驗。在三星瀏覽器中發生的`window.innerWidth`問題的解決過程中,我認識到了`matchMedia`的重要性。
JavaScript、Python 字典與 C++ 的 std::map
Published 一月 07, 2025 by whitedec
探討 Python 字典最後逗號的必要性、JavaScript 與 C++ 的語法差異,以及各程式語言的哲學。一起分享作為開發者在自由的 JS、規範的 Python、強調類型安全的 C++ 之間平衡的困惑!
#python , #dictionary , #javascript , #c++