![]() |
#2
yms1232009-10-31 14:10
|
<?php
if($_SERVER['HTTP_REFERER']!=''){
@header("Content-type:image/jpeg");
echo file_get_contents("1.jpg");
}
else{
@header("location:http://hi.baidu.com/flyabout");
}
这段代码 怎么转成ASP的