<body>
<code> public function file_get(){ $file = file_get_contents('Curl.html'); iconv("ANSI", "UTF-8//IGNORE", $file); return empty($file) ? null : $file; }}header("Content-type: text/html; charset=utf-8");$url = new mycurl();$file = $url->file_get();echo strip_tags($file);</code>
Curl.html如下:
> ��ע���� �������� | ȫ������ �����������¹��������������������ϻᱭ��������߱����籭Ԥѡ���ո�����������������������������������������Ӣ������������Ӣ�����ھ�����Ӣ���������� ע ����ҳ����ʾ����δ����������Ϣ���鿴���������������ع̶�����ʤƽ���淨ҳ�桱�� �������� ȫ������Ͷ ���±�� ���� ���� VS �Ͷ� Ԥ�ƽ�ֹ����ʱ�� ������Ѷ ����״̬ ��ע �ر���ʾ �������� ����002�¹�������˹ͼ���� VS ����Ľ���2014-01-30 02:59 �ѿ�������003�������������϶��Ͷ����� VS �����ᄎ��2014-01-30 02:59 �ѿ�������008Ӣ������������������ķ�ȴ� VS ����˹�س�2014-01-30 03:44 �ѿ�������009��������Dz���˹ VS �����2014-01-30 03:44 �ѿ����ܶ����� �ܶ�018Ӣ�����������ƶ���˹���� VS ʲ³˹����2014-01-29 03:44 �ѿ����������� ����001�������������� VS ����л��2014-01-30 01:59 �ѿ�������004Ӣ����������л�ƶ����� VS �˵ñ���2014-01-30 03:29 �ѿ�������005Ӣ������������ɣ���� VS ˹�п˳�2014-01-30 03:44 �ѿ�������006Ӣ��������������˹��ά�� VS ������ķά��2014-01-30 03:44 �ѿ�������007Ӣ��
搞gaodaima代码�����������ж��� VS ����ķ��2014-01-30 03:44 �ѿ�������010�ո������������������� VS ������ŵ��2014-01-30 03:44 �ѿ���δ����: ʤƽ������,ʤƽ����������011�ո��������������� VS ʥ����2014-01-30 03:44 �ѿ�������012�������������������� VS ������2014-01-30 04:59 �ѿ���δ����: ʤƽ������,ʤƽ����������013��������߱����� VS ��������2014-01-30 07:59 �ѿ�������014��������߱�ˮ������ VS �����ɾ���2014-01-30 07:59 �ѿ����������� ����001Ӣ�����ھ�����ŵ����ɭ�� VS ���ظ���2014-01-31 03:44 �ѿ�������002������������ɣ̹�¾��� VS �ʼ����2014-01-31 03:59 �ѿ�������003��������߱�������ѧ VS ����ɭ������2014-01-31 06:59 �ѿ�������004��������߱�������˹ VS ��Ŭ˹2014-01-31 09:14 �ѿ��� ע ����ҳ����ʾ����δ����������Ϣ���鿴���������������ع̶�����ʤƽ���淨ҳ�桱�� match_counts(’19’);
回复内容:
<body>
<code> public function file_get(){ $file = file_get_contents('Curl.html'); iconv("ANSI", "UTF-8//IGNORE", $file); return empty($file) ? null : $file; }}header("Content-type: text/html; charset=utf-8");$url = new mycurl();$file = $url->file_get();echo strip_tags($file);</code>