我已将图像文件存储在我的天蓝色容器中。我希望看到该图片而不在本地下载。
我在应用函数后得到这个数组,
print_r($storageClient->listBlobs('container_name'));
阵列
Array
(
[0] => Microsoft_WindowsAzure_Storage_BlobInstance Object
(
[_data:protected] => Array
(
[container] => container_name
[name] => 1_1.jpg
[snapshotid] =>
[etag] => 0x8D195A526225
[lastmodified] => Wed, 03 Sep 2014 15:44:51 GMT
[url] => http://mtes.blob.core.windows.net/container_name/1_1.jpg
[size] => 8235
[contenttype] => application/octet-stream
[contentencoding] =>
[contentlanguage] =>
[cachecontrol] =>
[blobtype] => BlockBlob
[leasestatus] => unlocked
[isprefix] =>
[metadata] => Array
(
)
)
)
)
如何在浏览器中显示图像?