this.on('success', function(file, responseText) {
var theID = JSON.stringify(responseText);
alert(theID);
window.location.href = ('want to put something here');
});
アラートが私に与えている:JSON文字列の一部を取得するには?
{「メッセージ」:「成功」、「ファイルID」:399}
と私は、この場合にされるであろう、ファイルIDの値を取得したいと思います399. ありがとうございます。 responseTextはすでにJSON
'responseText.fileID' –
ifが' text'より 'JSON'オブジェクトの場合 – Rayon