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

142 B

一、JDBC使用经验

1.1 Statement

  1. Statement实例使用setstring等函数时,其下标是从1开始的,而不是从0开始;