質問編集履歴
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -90,10 +90,6 @@
|
|
90
90
|
|
91
91
|
string getURL=URL;
|
92
92
|
|
93
|
-
//traderID:トレーダーID
|
94
|
-
|
95
|
-
//getURL+="&traderID="+traderID;
|
96
|
-
|
97
93
|
res=WebRequest("GET",URL,cookie,NULL,500,post,0,result,headers);
|
98
94
|
|
99
95
|
string resultstr="";
|
@@ -131,10 +127,6 @@
|
|
131
127
|
int res;
|
132
128
|
|
133
129
|
string getURL=URL;
|
134
|
-
|
135
|
-
//traderID:トレーダーID
|
136
|
-
|
137
|
-
//getURL+="&traderID="+traderID;
|
138
130
|
|
139
131
|
res=WebRequest("GET",URL,cookie,NULL,500,post,0,result,headers);
|
140
132
|
|