-1
私はそれが動作しないのURLへの配列を追加しながら、こんにちは、オブジェクトで作成されたキーインデックス列を更新しています:jqueryオブジェクト、どのように子供にトップレベルの値を適用するには?
私のコード:間違っ
var dataObject = {
Indices: {
subIndex: {
keyIndex: [], //this is not updating in baseURL 'keyIndex'
method: 'GetCCINationalIndicesData',
baseURL: 'http://107.20.173.235/BlufinAPI/Service/ConsumerConfidenceIndex.svc/GetCCINationalIndicesData?InputJSON={"IndexID":"' + keyIndex + '","FromMonth":"10","FromYear":"2011","ToMonth":"3","ToYear":"2012"}'
}
},
Geography: {
0: '1',
tiers: {
method: 'GetCCITierIndicesData'
},
regions: {
method: 'GetCCIRegionIndicesData'
},
city: {
method: 'GetCCICityIndicesData'
}
},
Demographics: {}
}
何か?
あなたの質問を言い換えることができますか?多くの意味合いはありません。 「URLに配列を追加する」とはどういう意味ですか? –