1. <html> <head> <title>手机腾讯网</title> </head> <body> <?php echo '<p><a href="
http://3g.qq.com">手机腾讯网</p>'; ?> </body> </html> 哈!我乱写的,别用
2. <?php
header('Content-type: text/vnd.wap.wml; charset=utf-8');
echo file_get_contents('
http://3g.qq.com/');
?>
3. <?php
header('Content-type: text/vnd.wap.wml;charset=utf-8');
echo file_get_contents('
http://3g.qq.com/');
?>
我这样总提示第二行错误