PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
ov
Utilities
parseCSVFile
函數 parseCSVFile
parseCSVFile
(
file
:
File
,
callback
:
(
success
:
boolean
,
rtn
:
string
|
{
[
key
:
string
]:
string
}
[]
,
)
=>
void
,
)
:
void
解析CSV文字檔
參數
file
:
File
CSV文字檔。
callback
:
(
success
:
boolean
,
rtn
:
string
|
{
[
key
:
string
]:
string
}
[]
)
=>
void
解析完成回呼。
回傳
void
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
Sample Code
PilotGaea 3D O'view
載入中...
解析CSV文字檔