請問vars 字串定義沒問題:
vars: DevLogLoc("C:\Users\stevelo\Desktop\logs\");
但是:input 卻編譯錯誤
input: DevLogLoc("C:\Users\stevelo\Desktop\logs\","除錯檔案位置");
看來貴司工程師並沒有對input 做 escape 『跳脫字元處理』。煩請修正
下方是錯誤訊息。
DB100_DEV-1-1ExitCode: 1
StdOut:
StdErr: C:\SysJust\XQLite\System\XSSystem\Tmp\6b26deb3e9534c969167b7b750788f4e.cpp:37:2: error: missing terminating " character
^
C:\SysJust\XQLite\System\XSSystem\Tmp\6b26deb3e9534c969167b7b750788f4e.cpp: In constructor 'DJScript::AutoTrade::C1fd15c57ae25408cad8a206ecc5e49ea::C1fd15c57ae25408cad8a206ecc5e49ea(SysJust::XS::IScriptRuntimeCtx*)':
C:\SysJust\XQLite\System\XSSystem\Tmp\6b26deb3e9534c969167b7b750788f4e.cpp:38:41: error: expected ')' before ';' token
_EntertyTime.SetScriptBase(this);
^
1 評論