摘要: getColumnLabel(i)的作用:获取在打印输出和显示屏中使用的指定列的建议标题。 语法: public java.lang.String getColumnLabel(int column) 参数: column 指示列索引的 int 。 返回值 包含列标题的 String。 getCol 阅读全文
posted @ 2022-02-12 17:02 SilentRobin 阅读(398) 评论(0) 推荐(0)