2024 iThome 鐵人賽
Share More Gain More
自我挑戰組
選手 174 文章 3184
Day 16
2024-09-30
273
0
Python的繼承(Inheritance)是面向對象編程(OOP)中的一個核心概念,它允許一個類(子類)繼承另一個類(父類)的屬性和方法。通過繼承,可以實現代...
Day 10
2024-10-02
273
0
D16-文字函數(code、char、mid)-2 續上篇,提到CODE函數有缺陷問題,我們這邊可以用MID函數來做補強,如下圖。這邊使用MID去計算第二個文字...
Day 9
2024-09-23
273
0
定義攔截對另一個物件的操作。 語法 const p = new Proxy(target, handler); target: 要使用proxy的目標。han...
Day 26
2024-10-10
273
0
<html> <head> <title>記憶翻牌</title> <style> .g...
Day 27
2024-10-11
273
0
Given a positive integer n, find the sum of all integers in the range [1, n] in...
Day 19
2024-09-29
273
0
本系列文章 GitHub 之前我們將新增 todo 的 input 以及按鈕放在 App.tsx,現在我們要將它提出為獨立的元件: <div classN...