摘要: php switch($_GET['do']){ case 'vc': $cookieFile = "./test.tmp"; $url = 'http://localhost/test/login.php?do=vcode&?r='.rand(); $ch = curl_init($url); ... 阅读全文
posted @ 2014-03-12 16:55 ﹏Sakura 阅读(4196) 评论(2) 推荐(0)