JQuery は file_get_contents() を使用して PHP で取得した画像ファイルをどのように出力しますか? >フロントエンドは
JScript コード
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> header("Content-type: image/gif"); echo file_get_contents('d:/img/a.gif');
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> jquery $.get(url,null,function(data){ $('div').html(data); })