Files
2026-07-31 15:28:08 +08:00

3 lines
142 B
Markdown

## 一、JDBC使用经验
### 1.1 Statement
1. Statement实例使用setstring等函数时,其下标是从1开始的,而不是从0开始;