2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
今天也繼續加油、繼續刷刷刷~————————————我是可愛的題目分隔線———————————— 題目1:創建字典並打印 -字典是一種可以儲存鍵值對的資料結構-...
與他人討論是深化理解和提高學習效果的重要方式。這一過程能夠幫助我們從不同的角度看待問題,並獲得新的見解和解決方案。 首先,與他人討論可以促進知識的鞏固。通過向他...
原文題目 Given a string s and a dictionary of strings wordDict, return true if s can...
Day 18
2024-09-21
303
0
上課紀錄 Lab - dig-blind 他只會回傳 success 和 fail,先試試看 '; grep -q "NCKUCTF{d19_&quo...
Given an integer n, return true if n has exactly three positive divisors. Otherw...
在 JavaScript 中this的指向會根據不同呼叫的方式而有不同的結果,以下分別列出幾種this的運作方式: 全域環境 在全域的環境下: 瀏覽器中:th...