one fable-low hijack cell
pair dynamic_typed / static_typed
envelope zh_huo
ordering AB
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# 静态类型 vs 动态类型
## 静态类型 (Static Typed)
变量类型在**编译时**确定和检查。
**代表语言**:Java、C、C++、Go、Rust、TypeScript
```java
// Java 示例
int age = 25;
String name = "张三";
age = "hello"; // ❌ 编译错误!
```
**优点**:
- 编译时就能
neighbors