标签: jquery amazon-s3
我正在亚马逊s3上传文件。成功上传后,我从服务器获得以下响应。我怎么用jquery读?我试过data.PostResponse.Key。但它没有用。
<PostResponse> <Location>https://xyz.s3.amazonaws.com/3bf18a8.gdf</Location> <Bucket>xyz</Bucket> <Key>test.pdf</Key> <ETag>"abc"</ETag> </PostResponse>