質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -44,8 +44,6 @@
|
|
44
44
|
char post[],result[];
|
45
45
|
int res;
|
46
46
|
string getURL=URL;
|
47
|
-
//traderID:トレーダーID
|
48
|
-
//getURL+="&traderID="+traderID;
|
49
47
|
res=WebRequest("GET",URL,cookie,NULL,500,post,0,result,headers);
|
50
48
|
string resultstr="";
|
51
49
|
for(int j=0; j<ArraySize(result); j++)
|
@@ -65,8 +63,6 @@
|
|
65
63
|
char post[],result[];
|
66
64
|
int res;
|
67
65
|
string getURL=URL;
|
68
|
-
//traderID:トレーダーID
|
69
|
-
//getURL+="&traderID="+traderID;
|
70
66
|
res=WebRequest("GET",URL,cookie,NULL,500,post,0,result,headers);
|
71
67
|
string resultstr="";
|
72
68
|
resultstr=CharArrayToString(result,0,WHOLE_ARRAY,CP_UTF8);
|