亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

? PHP ????? ?? ??? PHP ???? ??? ?????
PHP ???? ??? ?????
<?php
header("Content-Type: text/html; charset=UTF-8");
require("phpQuery.php");
$hj = QueryList::Query('http://mobile.csdn.net/',array("title"=>array('.unit h1','text')));
//dump($hj->data);
$data = QueryList::Query('http://cms.querylist.cc/bizhi/453.html',array(
    'image' => array('img','src')
    ))->data;
//
$data = QueryList::Query('http://cms.querylist.cc/google/list_1.html',array(
    'link' => array('a','href')
    ))->data;
$page = 'http://cms.querylist.cc/news/566.html';
$reg = array(
    'title' => array('h1','text'),
    'date' => array('.pt_info','text','-span -a',function($content){
        $arr = explode(' ',$content);
        return $arr[0];
    }),
    'content' => array('.post_content','html','a -.content_copyright -script',function($content){
     
            $doc = phpQuery::newDocumentHTML($content);
            $imgs = pq($doc)->find('img');
            foreach ($imgs as $img) {
                $src = 'http://cms.querylist.cc'.pq($img)->attr('src');
                $localSrc = 'w/'.md5($src).'.jpg';
                $stream = file_get_contents($src);
                file_put_contents($localSrc,$stream);
                pq($img)->attr('src',$localSrc);
            }
            return $doc->htmlOuter();
    })
    );
$rang = '.content';
$ql = QueryList::Query($page,$reg,$rang);
$data = $ql->getData();
dump($data);

? ???? ???? ???? ?????. PHP? ???? ?? ??? ?? ?? ?????, PHP ???? ?? ????? ???? ??? ?? ? DOM ?? ???? ?? ??? ? ????. ? ???? ?? ????jQuery? ????? ????? ????. jQuery? ???? ??? ??? ??? ???? ??? ??? ??? ?? ? ????.

?? ??

? ???? ?? ???? ???? ????? ?? ???? ????? ????????. ?????? ???? ?? ??????! ? ???? ?? ???? ?? ?????? ?????. ??? ???? ???? ??? ????. ??? ??? ?? ??? ?? ??? ???? ????! ??? ?? ?? ??? ???? ????? ????. ???: admin@php.cn

?? ??

[??] Apple ???? ????? ??(??? ???) [??] Apple ???? ????? ??(??? ???)

24 Dec 2024

?? ?? ?? ?? Apple ????? ???? ???? ?? ???? ??? ?? ?????? ?????. ? ?????? ??? ?????? ???? ???? ??? ?????. ? ?? Apple ????(

?? ?? - PHP CLI ????? ?? ?? - PHP CLI ?????

17 Feb 2025

? ??? Symfony Console, HOA Console ? WebMozart ??? 3 ?? PHP ?? ?? ?????? ?????. ??? ??? ???? ??? ??? ???? ?? ?? ? ??? ?????. ?? ??? : Symfony Console : ???? ????

Joomla?? ?? PHP ????? ?? Joomla?? ?? PHP ????? ??

28 Dec 2024

PHP ?????? ????, ?? ?? ??, ?? ? ?? ????? ?? ???? ???? ? ?? ??? ?????. ??? ?? ??? ??? ???? ?????? ?????(??? ??????) ??? ????.

??? PHP QR ?? ????? ??? PHP QR ?? ?????

15 Jan 2025

HeroQR: ??? ?? PHP QR ?? ?? ????? ??? PHP?? QR ?? ??? ??????? ? ?? ???? ???! ?QR ?? ??? ?? ???? ???? ???? ??? ?? ?? ?? PHP ?????? HeroQR? ???? ?? ??? ?????. HeroQR? ???? ??? ?????? HeroQR? ??? ?? ???? ?? ???? ?????. ??? QR ?? ???? ?? ????? ?? ??? ??? ??? ????? HeroQR? ??? ?? ?? ??? ????. HeroQR? ?? ?? HeroQR? ????? QR ??? ???? ??? ??? ? ?? ??? ??? ????? ???????. ??? ??? ?? ??? ??? ??? ????. ?? ??? ??? ?? ??? ?? ??? ??? ??

WordPress?? ???? JavaScript ? PHP ????? WordPress?? ???? JavaScript ? PHP ?????

17 Feb 2025

WordPress? ?? JavaScript ? PHP ?????? ?? ????, ? ? jQuery? ?? ?? ???? JavaScript ??????? PHP ?????? ?? ?? ??? ??? ?????. ?? ? ?? JavaScript ??????? jQuery Masonry, JQuery Hotkeys, JQuery ??, jQuery ??, jQuery ??, jQuery Migrate, JQuery Schedule, JQuery UI, Backbone, ColorPicker, Hoverintent, S? ????.

PHP ??? | PHP IMAP ????? ??, 2 ? PHP ??? | PHP IMAP ????? ??, 2 ?

25 Feb 2025

? ??? ?? ??, ??? ??? ?? ? ?? ?? ??? ??? ? PHP? IMAP ?????? ?? ??? ?????. 1 ??? ??? ??? ???? W? W ?? ????? ?? ??? ?????.

See all articles