質問編集履歴
1
変数にしていなかった
title
CHANGED
File without changes
|
body
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
{
|
59
59
|
for (int idx = 0; idx < DataCnt; idx++)
|
60
60
|
{
|
61
|
-
mForm.cmbTrend.Items.Add("【" + (idx + 1) + "】" + d.json_data[
|
61
|
+
mForm.cmbTrend.Items.Add("【" + (idx + 1) + "】" + d.json_data[idx].trends[TrendRdm].query);
|
62
62
|
}
|
63
63
|
}
|
64
64
|
catch (TwitterException e)
|