Skip to content

CSV

继承自 AssetObject

CSV转移表格数据类资源

成员变量

CSV.rowsCount : number
(只读)当前csv表总行数。

成员方法

CSV.ructor ( handle : IntPtr ) : ructor(IntPtr
CSV.SetData ( val : string ) : void
通过传入一段符合CSV格式的字符串来设置当前CSV表的内容。
CSV.GetItem ( row : number , col : number ) : string
获取当前CSV表指定行列的字符串数据(行列的编号均从0开始)。