可以用在不让使用图片标签作签名的论坛里:

<?php

$file = 'xxxxxxx.jpg';

header("Content-type: image/JPEG",true);

$image = fread(fopen($file,r),filesize($file));

echo $image;

?>

很独到啊哈哈。

--

轉自 http://www.copterfly.cn/show-254-1.html

arrow
arrow
    全站熱搜

    dizzy03 發表在 痞客邦 留言(0) 人氣()