这是第一篇博文

php

<?php
header('Content-type:application/x-javascript');
echo"document.write('".$_GET['id']."');";

2

<?php
header('Content-type:application/x-javascript');
echo"document.write('".$_GET['id']."');";

3

<?php
header('Content-type:application/x-javascript');
echo"document.write('".$_GET['id']."');";

4

<?php
header('Content-type:application/x-javascript');
echo"document.write('".$_GET['id']."');";

5

1 <?php
2 header('Content-type:application/x-javascript');
3 echo"document.write('".$_GET['id']."');";

6

1 <?php
2 header('Content-type:application/x-javascript');
3 echo"document.write('".$_GET['id']."');";
View Code

 

 默认的

<?php
header('Content-type:application/x-javascript');
echo"document.write('".$_GET['id']."');";

  

posted @ 2014-01-27 16:08  小小Q  阅读(107)  评论(0)    收藏  举报