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

? ? ????? JS ???? Selenium Webdriver ? Mocha? JavaScript? ????? ??

Selenium Webdriver ? Mocha? JavaScript? ????? ??

Feb 16, 2025 pm 01:21 PM

How to Test Your JavaScript with Selenium WebDriver and Mocha

?? ???

<.> mocha.js? node.js? ?????? ??? ??? JavaScript ??? ??? ???, Selenium Webdriver 3 ? NodeJS? ?? JavaScript ?? ???? ???? ? ??? ? ????. ?? ???? NodeJS ? JavaScript ????? ??? ?? ??? ???????.

Mocha? ??? ?? ? ??? ??? ??? ??? ??? ?????? API? ???? ?? ? ??? ??? ???????. ??? ??? ?? ? ?? ???? ??? ??? ?? ?? ? ?? ??? ?????.
    Selenium Webdriver? ? ????? ???? ??? ??? ??????? Mochajs? ?? ? ??? ????????. ????? ???? ?? "???"??? ?? ?? ????? API? ?????.
  • Mocha? ?? ???? ??? ??? ??? ?? ??? ??? ?? ???? ???????. ??? "??"??? ?? ??? ????? ??? ???? ?? ? ? ????.
  • WebDriverio, Protractor ? CodesEptjs? ?? ?? ??? ??? ?????? ?? ??? ??? ? ?? ???? ??? ?? ??? ?? ??? ???? ?? ???? ?????.
  • ? ??? ?? TestProject? ???????.
  • JavaScript?? ?? ???? ?????? ????? UI ??? ?????? Selenium Webdriver 3, Mocha ? Nodejs? ???? JavaScript ?????? ??? ??? ? ?? ??? ?????.
  • JavaScript? ??? ????? ? ??? ??? "?? ??"??? ???? ??? ??? ???? ??? ????? ? ???? ?????????. Mocha.js (?? Mocha for Short)? Node.js? ?????? ??? ??? JavaScript ??? ??? ?????.
  • ?? :? JavaScript ???? ???? Nodejs ? JavaScript ????? ??? ?? ??? ???????.
  • ???? ?? :
  • ?? ??? ??

?? ?? chai Assertion ?? ?? ??? ??? ? ??? ??? ?? mocha ? ???? ????? Mocha? ???? ??? ??? ? ??? ??? ??? ??? ??? ??? ??

JavaScript Selenium 3 API? ???? Mochajs ? ?????

??? ?? ??? ?? WebDriver Construct Mochajs? Selenium webdriver 3 ? ?????

?? ? ?? :

    <: :> ?? ?? : 6.10.1 (lts) <: :> ?? : 2.5.3
  • WebDriverJS : 3.3.0
  • mocha ? ???? ?????
Mocha ?? ??? ????? Mocha? ???? ???? ???? JavaScript ??? ??? ?????. Mocha? ?? ??? (NPM? ??) ??? ????? Node? ?? "Assert"??? Chaijs? ?? ?? ? ?????? ?? ? ????. ?? Mocha? ??? ?? ? ?? ??? ???? ??? ???? ?? ? ? ?? ???? ??? ??? ??? ?? ? Jasmine? ??? ? ?? ?? ??? ??? ????.
    Mocha? ??? ??? ??? ??? ? ??? ??? ??? ?? ? ?? ??? ???? ???? ??? ???? API? ?????. Mocha? ? ?? ?? ??? ?? ? (CLI) ?? ????? (Mocha API)? ?????.
  1. ?? mocha

    CLI?? Mocha? ????? Node.js? ????? ???????.

  2. chai Assertion ?? ??
??? ??? ? ??? ??? ?? Mocha?? ??? ???? ?? ??? ???? "??"???? ?????. ??? ????? ??/?? ??? ???? ???? ??? ?? ?? ??? ??? ?? ?? ? ? ????. ??? ???? ?? ??? ???? ??? ??? ???? "IT"???? ?????. Mocha? ??? ??? ?? ? ??? ??? ?? ??? ?????. "??"? ??? ??? ??? ???? ?? "?"? ??? ??? ??? ?????. "Earch"? ??? ???? ?? ?? ??? ?? ???? ???? ? ?? ??? ?? ?????.

??? ????? Mocha? ??? ??? ? ??? ??? ?? ??? ?????. "After"? ??? ??? ??? ???? "Afterach"? ??? ?? ??? ????,? ? ??? ?? ??? ???? ? ??? ??? ??? ?????.

??? _suite.js? ?? ??? ???? "???"?? ??? ???? ??? ????

?? ?? ??? ??? ? ??? ??? Mocha? ? ?? ??? ?? ??? ?????. ?? ??? ??? ??, "GREP"??? ??? ? ??? ? ???? ?? GREP ??? ? ??? ?? (?? ??)? ?????. ?? ??? ??? ??? ?????? :

?? ??? ??? ???? ?? ??? ?? ???? ??????.

??? ???? ?? ?? ?? ?/?? ???? ?????.

???? ???? ?? ??? ???? ?? ??? ?? ??? ??? ??????.
<code>npm install -g mocha</code>

??? ?? CLI ?? :

??? ??? ??? ??? ?? Mocha? ?? ??? ??? ???? ???? ???? ??? ??? ?????? ? ????. ??? ?? (? : HTTP ??, ??, ??? ?)?? ??? ??? ????? ?? ??? ?? ??? ?? ??? ??????.
  1. ?? ??
  2. ??? ?? (IT)?? ?? ??? ?? ???? ???????. ?? ??? ?? ?? ????????.
?? ??? ?? ? ??? ?????. ? ?? ??? ??? ??? 3 ? ?? ??? ?????.

???? ?? ??

?? ??? ??? ??? ??? ? Mocha? ?? ?? ??? ??????? ? ?? ????? (? ?? "??"??? ???? ????.)
<code>npm install -g mocha</code>
  1. JavaScript Selenium 3 Mochajs?? ??

??? ?? ???? ? ????? ???? ??? ??? ??????? ????????. ?? ?????, Selenium? ????? "Binding"??? ?? ?? ????? API? ?????. "???"? ????? ????? ?? ?? ??? ?? ??? ???? ????? ????? ?????? ?? ??????.

??? API ?? ???? ?? ?? ???? ?? ??? ?????. ?? ?? ??? ?? API ?? ?? ??? ???? ???? ? ?????.
<code>npm install --save chai</code>
?? ?? ??? ?? ? ????, ? ??? ????? ??? ?? ? ???-??? ?-??? ?? ??? ?? ???? ?? ???? (Mozilla? Geckodriver, Chrome? Chromedriver ?) ? ? ????. ?? Selenium Webdriver? "JSONWIRED ????"? ?? ???? ????? ???? W3C ? ??????.
    ??? ?? ??? ???? ? ??? ??? ???? ?? ???? ?? ? ??? ?? ??? ?? ????.
  1. JavaScript? Selenium API (?? Selenium JavaScript ???)? ????? ?? ??? ???????.

    ? ???? JavaScript Selenium webdriver? WebDriverJS (NPM? ??)??? ? ? ????. WebDriveJS? ?? ?????/?? (? : WebDriverio, Protractor ?)? ????. Selenium-Webdriver? ?? ?? ?? ?? JavaScript Selenium ???????, ?? ?????? WebDriverJS API ?? ?? ? ?? ?????/??? ???? ??? ? ?? ??? ?? ???? ?????.

    nodejs ???? ??? ??? ?? ???? ?????.
  2. WebDriver Construct ???? ??? ? ???? ?? "? ????"??? ?? ? ?? ????? ???????. ????? "Builder"??? ???? ?? ??? ???? WebDriver ??? ???? ??? ? ? ????.
????? ??

? ????, ??? forbrowser () ???? Firefox? ?? ??? ?????? ?? ????? ??? ???? WebDriver ??? ????? ??????.

???? ???? Selenium_browser ?? ??? ???? ??? ????? ??? ? ????. ???? ???? ????? ????? ?? ?? ??? ??? ??? ? ????. ?? ??, Mozilla? ???? ??? ?? ??? "????"??? ??? ? ????.

?? ?? ?? ???? ? ???? ??? ??? ?? ? ? ???? :

<code>npm install -g mocha</code>
????? ?? Selenium Webdriver JavaScript API ??? ? ????? ???? ? ?? ??? ?????. ? ?? ??? ???? ??? ?? ???? ??? ????? ???? ????.

? ?? ??? ??? ? ??? ???? ??? ?? ? ???? (? : ??? ??).

??? ? ???? ?? ?? ? ?? ?? <code>npm install --save chai</code> ??? ? ????? JavaScript? Nodejs? ??? ??? ?????? ??? ???? ?????. ?? ????? ??? ??? ????? ???? ?? ? ?? ??? ? ?? ??? ????? ?? ??? ? ???? ???? "ControlFlow"? ???? ?? ???? ???? ????. "ControlFlow"? ??? WebDriver ?? ??? ???? ??????.

???, ? ??? ???? ???? ???? ??? ?????. ?? ?? ? ?? ?? ?? ? ??? ??? ??? ?? ?? ??? "?? ??"? ??? ?? ??? ????.

JavaScript ?????? ? Selenium Webdriver ? Mocha

????? ?? ??? ?? ? ???? ????? driver.getTitle () ?? driver.get (url) ?? ?? ??? ??? ?? ??? ?????!

describe("Inner Suite 1", function(){

    before(function(){

        // 在測試套件執(zhí)行之前執(zhí)行某些操作
        // 無論是否有失敗的用例

    });

    after(function(){

        // 測試套件執(zhí)行完成后執(zhí)行某些操作
        // 無論是否有失敗的用例

    });

    beforeEach(function(){

        // 在測試用例執(zhí)行之前執(zhí)行某些操作
        // 無論是否有失敗的用例

    });

    afterEach(function(){

        // 測試用例執(zhí)行完成后執(zhí)行某些操作
        // 無論是否有失敗的用例

    });

    it("Test-1", function(){

        // 測試代碼
        // 斷言

    });

    it("Test-2", function(){

        // 測試代碼
        // 斷言

    });

    it("Test-3", function(){

        // 測試代碼
        // 斷言

    });

});
??? ??? ??? ?? ? ? ??? ?????

?? ???? ??? ?????? ??? ?? ??? ???? ????.

?? : ??? ?? ?? ?? ?? ??? ?? ?????.

Mochajs Selenium Webdriver ????? ???, ??? ? ????? ???? nodejs ????? ???? ??? mochajs? ?? ? ? ????. ??? Mocha? Done ()? ????? ??? ???? ?? ??? ??? ?? ????? ?? ???? ?? ???? ???????.

?? ?? ??? ??? ???? ???? ? ???? ??? ??? ??? ???? ??? ???????.

?? ??? (??, ?, Aftereach) ?? ??? ??? ??? ?????.
mocha /path/to/test_suite.js

??? ????? :


    "my_service"? ???? ????????? id "username"??? ??? ??? ????? "my_username"? ?? ? id "username"?? ??? ??? ????? ??? ??? ???? "my_title"<?? ?? <?? ??>? ????? ??????. <ex> ? ???? ?? ? ???? ?? ????. ???? ????? ?????. <li> </li> <web web> ??? ? ???? ?? Mochajs <?? ??> <av av> ??? ? ????? ??? ???? JavaScript ???? ???? ?? WebDriver? ??? ??? ???? MOCHAJS ??? ?? (??, IT ?)? ????? Mochajs? ??? ?????. ??? WebDriver? ??? ?? ??? ???? ??? ????. ???? ??? ?? ? ??? ????. <li> <correspond> ?? ?? ?????????? </li> <a> ?? ?? ??? ??? ?? ????? <li> <.> ?. ?? ?? ?? ??? ??? ?? ??? ?? ????? </li> <?? ??> <<> ?? <li> </li> ? ??????? Selenium Webdriver ? Mochajs? ???? JavaScript ???? ??? ??? ??? ????. ??? ?? ????? ?? ???? ???? Nodejs, Mochajs ? Selenium Webdriver? ??? ???? ?? ? ??? ??? ?? ???????. <li> <we> ??? ??? ???? ?? ?? (Custom Test Library ?? ?? Mochajs ??/??? ???)?? ??? ?? ???? ? Mocha? ??? ????? ?????. </li> <ework> WebDriverio, Protractor ? CodesEptjs? ?? ?? ??? ??? ?????? ??? ??? ? ?? ???? ????? ??? ?? ??? ?? ? ??? ?? ???? ???? ?? ??? ??? ?????? ?? ? ? ????. </ol> Selenium WebDriver ? Mocha <?? ??> <?? ??>? JavaScript ???? ?? <?? ??> <<> FAQS (FAQS) <up> JavaScript ???? ?? Selenium Webdriver? ???? ??? ?????? <h4> <en> JavaScript ???? ?? Selenium Webdriver ???? ?? ??? ?????. ?? ???? node.js ? npm (?? ??? ???)? ???????. ??? ???? NPM? ???? NPM? ???? Selenium-Webdriver? ???? Selenium Webdriver? ??? ? ????. ?? Chromedriver for Chrome? ???? ????? ???????. Chromedriver? Chromedriver? ???? ?? ? ? ????. ??? ??? ???? Selenium Webdriver? ???? JavaScript? ??? ????? ???? ??? ? ????. </h4> <ch> Mocha? ???? ? Selenium Webdriver? ?? ?????? <p> <is> Mocha? ??? ??? ???? ???? ???? ??? ??? ???? ???? JavaScript ??? ??? ?????. ??? ???? ?? ??? ???? ??? Selenium Webdriver? ?? ?????. ?? ???? ?? ? ???? ??? ?? ??? ??? ???? ? ?????. Mocha? ?? ???? ??? ??? ???? ??? ??? ?? ???? ??? ? ??????. </p><basic> Selenium Webdriver ? Mocha? ???? ?? ??? ??? ???? ??? ?????? <h3> <cases> Selenium Webdriver ? Mocha? ??? ?? ??? ?? ???? ??? JavaScript ?? ?? ? Mocha Secipt ? IT ???? ??? ??? ??? ?????. ? ????? Selenium Webdriver? API? ???? ? ??? ??, ??? ?? ?? ? ?? ??? ?? ????? ?? ??? ? ????. ?? ?? ??? ????. </h3> <p> <as> ??? ???? ??? ??? ???? ??? ?????? </p> <j> ??? ???? JavaScript? Async/Await ??? ???? ??? ??? ?? ? ? ??????. ?? ?? ??? ??? ????? ? ? ???? ?? ???? ????. Selenium Webdriver? ???? ? ???? ??, ??? ?? ???? ?? ?? ??? ?????? ???/??? ???? ?? ? ? ??????. <pre class="brush:php;toolbar:false"><code>npm install -g mocha</code></pre> <my> Mocha? ???? ??? ???? ???? ??? ?????? <h3> <cases> Mocha? ?? ??? ???? ????? Mocha ??? ???? ??? ????? ??? ??? ? ????. ?? ??, ??? ??? test.js?? ??? ???? mocha test.js? ??? ???? ??? ? ????. Mocha?? ???? ?? ??? ???? ???? ?? ?????. </cases> </h3> <ass> ??? ???? ?? ?? ???? ??? ?????? <p> <in> ??? ??? ?? ?? ?? ??? ?????? ???? ? ??? ? ????. ?? ??, ? ???? ??? ??? ?? ? ? ???? ????? ?? ? ? ????. ?? ?? JavaScript? ?? Assert ?? ?? Chai? ?? ?? ?????? ???? ??? ? ????. </in></p> <err> ??? ???? ??? ???? ??? ?????? <h3> <as> JavaScript Try/Catch ??? ??? ???? ??? ???? ? ??? ? ????. ?? ?? ??? ?? ?? ?? ???? ??? ???? ?? ?? ??? ???? ??? ???? ???? ???? ?? ? ? ??????. </as> </h3> <act> ? ???? ??? ?? ???? ??? ?????? <p> <sel> ??? ? ????? API? ???? ? ???? ??? ?? ??? ? ????. ???? ??? ???? ?? ??? ?? ? ?? ??? ?? ?? ?????. ??? ??? Driver.FindElement ???? ???? ????, ?? ??? ??? WebElement ??? ?????. </sel></p> <for> ??? ???? ??? ???? ??? ?????? <h3> <for> ??? ? ???? ????? ???? ??? ????? ??? ??? ? ????. ? ??? ??? ? ??? ?? ??? ???? ??? ????? ?? ??? ?? ? ??? ?????. Will.titleis? ?? ??? ???? ? ???? ??? ?? ? ??? ?? ? ? ????. </for> </h3> <my> ?? ?????? ??? ???? ???? ??? ?????? <p> <test> ? ???? ????? ?? ? ????? ???? ?? ?????? ??? ???? ??? ? ????. ?? ??, New Builder (). Forbrowser ( 'Firefox')? ???? Firefox?? ??? ???? ????? New Builder (). Forbrowser ( 'Chrome')? ???? Chrome?? ??? ? ????. ????? ??? ???? ????? ???????. </test></p></my></for></act></err></ass></my></av></web></web></ium></with></prop></set></with></iate></ap></is></emph></as></ron></su></is></test></support></a></p></that></support></and></introduc></ch></constr></install></sel></p></provides><p>? ??? Selenium Webdriver ? Mocha? JavaScript? ????? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!</p> </div> </div> <div id="wjcelcm34c" class="wzconShengming_sp"> <div id="wjcelcm34c" class="bzsmdiv_sp">? ????? ??</div> <div>? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.</div> </div> </div> <ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="2507867629"></ins> <div id="wjcelcm34c" class="AI_ToolDetails_main4sR"> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5902227090019525" data-ad-slot="3653428331" data-ad-format="auto" data-full-width-responsive="true"></ins> <!-- <div id="wjcelcm34c" class="phpgenera_Details_mainR4"> <div id="wjcelcm34c" class="phpmain1_4R_readrank"> <div id="wjcelcm34c" class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>?? ??</h2> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottom"> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796832397.html" title="?? ?? ?? ??? | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">?? ?? ?? ??? | Uma Musume Pretty Derby</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>4 ? ? ?</span> <span>By Jack chen</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796833110.html" title="<night> : ???? 99 ? - ?? ?? ? ?? ?? ??" class="phpgenera_Details_mainR4_bottom_title"><night> : ???? 99 ? - ?? ?? ? ?? ?? ??</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>3 ? ? ?</span> <span>By DDD</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796831605.html" title="Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)" class="phpgenera_Details_mainR4_bottom_title">Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>4 ? ? ?</span> <span>By Jack chen</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796831905.html" title="Windows ??? ?? ??? ??? ???? ????" class="phpgenera_Details_mainR4_bottom_title">Windows ??? ?? ??? ??? ???? ????</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>4 ? ? ?</span> <span>By 下次還敢</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796836699.html" title="?? ? ??? ????? Rimworld Odyssey ?? ???" class="phpgenera_Details_mainR4_bottom_title">?? ? ??? ????? Rimworld Odyssey ?? ???</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>3 ? ? ?</span> <span>By Jack chen</span> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3_more"> <a href="http://ipnx.cn/ko/article.html">???</a> </div> </div> </div> --> <div id="wjcelcm34c" class="phpgenera_Details_mainR3"> <div id="wjcelcm34c" class="phpmain1_4R_readrank"> <div id="wjcelcm34c" class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>? AI ??</h2> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3_bottom"> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title"> <h3>Undress AI Tool</h3> </a> <p>??? ???? ??</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title"> <h3>Undresser.AI Undress</h3> </a> <p>???? ?? ??? ??? ?? AI ?? ?</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title"> <h3>AI Clothes Remover</h3> </a> <p>???? ?? ???? ??? AI ?????.</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title"> <h3>Clothoff.io</h3> </a> <p>AI ? ???</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title"> <h3>Video Face Swap</h3> </a> <p>??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!</p> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3_more"> <a href="http://ipnx.cn/ko/ai">???</a> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4"> <div id="wjcelcm34c" class="phpmain1_4R_readrank"> <div id="wjcelcm34c" class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>?? ??</h2> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottom"> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796832397.html" title="?? ?? ?? ??? | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">?? ?? ?? ??? | Uma Musume Pretty Derby</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>4 ? ? ?</span> <span>By Jack chen</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796833110.html" title="<night> : ???? 99 ? - ?? ?? ? ?? ?? ??" class="phpgenera_Details_mainR4_bottom_title"><night> : ???? 99 ? - ?? ?? ? ?? ?? ??</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>3 ? ? ?</span> <span>By DDD</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796831605.html" title="Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)" class="phpgenera_Details_mainR4_bottom_title">Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>4 ? ? ?</span> <span>By Jack chen</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796831905.html" title="Windows ??? ?? ??? ??? ???? ????" class="phpgenera_Details_mainR4_bottom_title">Windows ??? ?? ??? ??? ???? ????</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>4 ? ? ?</span> <span>By 下次還敢</span> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/1796836699.html" title="?? ? ??? ????? Rimworld Odyssey ?? ???" class="phpgenera_Details_mainR4_bottom_title">?? ? ??? ????? Rimworld Odyssey ?? ???</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <span>3 ? ? ?</span> <span>By Jack chen</span> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3_more"> <a href="http://ipnx.cn/ko/article.html">???</a> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3"> <div id="wjcelcm34c" class="phpmain1_4R_readrank"> <div id="wjcelcm34c" class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>??? ??</h2> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3_bottom"> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/toolset/development-tools/92" title="???++7.3.1" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???++7.3.1" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/toolset/development-tools/92" title="???++7.3.1" class="phpmain_tab2_mids_title"> <h3>???++7.3.1</h3> </a> <p>???? ?? ?? ?? ???</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/toolset/development-tools/93" title="SublimeText3 ??? ??" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 ??? ??" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/toolset/development-tools/93" title="SublimeText3 ??? ??" class="phpmain_tab2_mids_title"> <h3>SublimeText3 ??? ??</h3> </a> <p>??? ??, ???? ?? ????.</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/toolset/development-tools/121" title="???? 13.0.1 ???" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???? 13.0.1 ???" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/toolset/development-tools/121" title="???? 13.0.1 ???" class="phpmain_tab2_mids_title"> <h3>???? 13.0.1 ???</h3> </a> <p>??? PHP ?? ?? ??</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/toolset/development-tools/469" title="???? CS6" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???? CS6" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/toolset/development-tools/469" title="???? CS6" class="phpmain_tab2_mids_title"> <h3>???? CS6</h3> </a> <p>??? ? ?? ??</p> </div> </div> <div id="wjcelcm34c" class="phpmain_tab2_mids_top"> <a href="http://ipnx.cn/ko/toolset/development-tools/500" title="SublimeText3 Mac ??" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac ??" /> </a> <div id="wjcelcm34c" class="phpmain_tab2_mids_info"> <a href="http://ipnx.cn/ko/toolset/development-tools/500" title="SublimeText3 Mac ??" class="phpmain_tab2_mids_title"> <h3>SublimeText3 Mac ??</h3> </a> <p>? ??? ?? ?? ?????(SublimeText3)</p> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3_more"> <a href="http://ipnx.cn/ko/ai">???</a> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4"> <div id="wjcelcm34c" class="phpmain1_4R_readrank"> <div id="wjcelcm34c" class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>??? ??</h2> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottom"> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/laravel-tutori" title="??? ????" class="phpgenera_Details_mainR4_bottom_title">??? ????</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1597</span> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>29</span> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms"> <a href="http://ipnx.cn/ko/faq/php-tutorial" title="PHP ????" class="phpgenera_Details_mainR4_bottom_title">PHP ????</a> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_info"> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1488</span> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>72</span> </div> </div> </div> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainR3_more"> <a href="http://ipnx.cn/ko/faq/zt">???</a> </div> </div> </div> </div> </div> <div id="wjcelcm34c" class="Article_Details_main2"> <div id="wjcelcm34c" class="phpgenera_Details_mainL4"> <div id="wjcelcm34c" class="phpmain1_2_top"> <a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img src="/static/imghw/index2_title2.png" alt="" /></a> </div> <div id="wjcelcm34c" class="phpgenera_Details_mainL4_info"> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796836217.html" title="node.js?? HTTP ????? ???" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/431/639/175234432058757.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="node.js?? HTTP ????? ???" /> </a> <a href="http://ipnx.cn/ko/faq/1796836217.html" title="node.js?? HTTP ????? ???" class="phphistorical_Version2_mids_title">node.js?? HTTP ????? ???</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 13, 2025 am 02:18 AM</span> <p class="Articlelist_txts_p">Node.js?? HTTP ??? ???? ? ?? ???? ??? ????. 1. ?? ????? ????? ??? ??? ? ?? ????? ?? ?? ? https.get () ??? ?? ??? ??? ? ?? ????? ?? ??? ?????. 2.axios? ??? ???? ? ?? ??????. ??? ??? ??? ??? ??? ??? ???/???, ?? JSON ??, ???? ?? ?????. ??? ?? ??? ????? ?? ????. 3. ?? ??? ??? ??? ??? ???? ???? ??? ??? ???? ?????.</p> </div> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796836292.html" title="JavaScript ??? ?? : ?? ? ??" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/431/639/175234579081669.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="JavaScript ??? ?? : ?? ? ??" /> </a> <a href="http://ipnx.cn/ko/faq/1796836292.html" title="JavaScript ??? ?? : ?? ? ??" class="phphistorical_Version2_mids_title">JavaScript ??? ?? : ?? ? ??</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 13, 2025 am 02:43 AM</span> <p class="Articlelist_txts_p">JavaScript ??? ??? ?? ?? ? ?? ???? ????. ?? ???? ???, ??, ??, ?, ???? ?? ? ??? ?????. ?? ????? ?? ?? ? ? ??? ????? ?? ??? ??? ????. ??, ?? ? ??? ?? ?? ??? ??? ??? ???? ??? ??? ???? ??? ?? ??? ????. ?? ? ????? ??? ???? ? ??? ? ??? TypeofNull? ??? ?????? ??? ? ????. ? ? ?? ??? ???? ?????? ????? ???? ??? ???? ? ??? ? ? ????.</p> </div> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796830657.html" title="REACT vs Angular vs Vue : ?? JS ??? ??? ?? ?????" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/431/639/175165349052637.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="REACT vs Angular vs Vue : ?? JS ??? ??? ?? ?????" /> </a> <a href="http://ipnx.cn/ko/faq/1796830657.html" title="REACT vs Angular vs Vue : ?? JS ??? ??? ?? ?????" class="phphistorical_Version2_mids_title">REACT vs Angular vs Vue : ?? JS ??? ??? ?? ?????</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 05, 2025 am 02:24 AM</span> <p class="Articlelist_txts_p">?? JavaScript ??? ??? ??? ?????? ?? ??? ?? ?? ??? ?? ???? ????. 1. ??? ???? ???? ?? ??? ?? ? ? ???? ??? ??? ?? ? ?? ????? ?????. 2. Angular? ?????? ??? ?? ???? ? ?? ?? ??? ??? ??? ???? ?????. 3. VUE? ???? ?? ??? ???? ?? ?? ??? ?????. ?? ?? ?? ??, ? ??, ???? ???? ? SSR? ???? ??? ??? ??? ???? ? ??? ?????. ???, ??? ??? ??? ????? ????. ??? ??? ??? ??? ?? ????.</p> </div> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796832745.html" title="JavaScript Time Object, ??? Google Chrome? EACTEXE, ? ?? ? ???? ?????." class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/246/273/173914572643912.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="JavaScript Time Object, ??? Google Chrome? EACTEXE, ? ?? ? ???? ?????." /> </a> <a href="http://ipnx.cn/ko/faq/1796832745.html" title="JavaScript Time Object, ??? Google Chrome? EACTEXE, ? ?? ? ???? ?????." class="phphistorical_Version2_mids_title">JavaScript Time Object, ??? Google Chrome? EACTEXE, ? ?? ? ???? ?????.</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 08, 2025 pm 02:27 PM</span> <p class="Articlelist_txts_p">?????, JavaScript ???! ?? ? JavaScript ??? ?? ?? ?????! ?? ?? ??? ??? ??? ? ????. Deno?? Oracle? ?? ??, ??? JavaScript ?? ??? ????, Google Chrome ???? ? ??? ??? ???? ?????. ?????! Deno Oracle? "JavaScript"??? ????? Oracle? ?? ??? ??? ??????. Node.js? Deno? ??? ? Ryan Dahl? ??? ?????? ???? ????? JavaScript? ??? ???? Oracle? ????? ???? ?????.</p> </div> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796832618.html" title="?? API? ???? ??? ???? ??? ??????" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/253/068/175191380054750.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="?? API? ???? ??? ???? ??? ??????" /> </a> <a href="http://ipnx.cn/ko/faq/1796832618.html" title="?? API? ???? ??? ???? ??? ??????" class="phphistorical_Version2_mids_title">?? API? ???? ??? ???? ??? ??????</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 08, 2025 am 02:43 AM</span> <p class="Articlelist_txts_p">Cacheapi? ?????? ?? ???? ??? ???? ???, ?? ??? ??? ?? ???? ? ??? ?? ? ???? ??? ??????. 1. ???? ????, ??? ??, ?? ?? ?? ???? ???? ??? ? ????. 2. ??? ?? ?? ??? ?? ? ? ????. 3. ?? ?? ?? ?? ?? ??? ??? ?? ?????. 4. ??? ???? ?? ?? ???? ?? ?? ?? ?? ?? ???? ?? ?? ??? ??? ? ????. 5. ?? ???? ??, ??? ??? ? ??? ??, ?? ??? ? ?? ???? ???? ???? ? ?? ?????. 6.?? ??? ?? ?? ?? ??, ???? ?? ? HTTP ?? ????? ?????? ???????.</p> </div> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796832608.html" title="?? ??? : JavaScript? ??, ?? ?? ? ?? ?????" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/253/068/175191360175213.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="?? ??? : JavaScript? ??, ?? ?? ? ?? ?????" /> </a> <a href="http://ipnx.cn/ko/faq/1796832608.html" title="?? ??? : JavaScript? ??, ?? ?? ? ?? ?????" class="phphistorical_Version2_mids_title">?? ??? : JavaScript? ??, ?? ?? ? ?? ?????</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 08, 2025 am 02:40 AM</span> <p class="Articlelist_txts_p">??? JavaScript?? ??? ??? ?????? ?? ???????. ?? ??, ?? ?? ? ??? ??? ?? ????? ????? ?????. 1. ?? ??? ??? ????? ???? ??. ()? ?? ??? ??? ?????. ?. ()? ?? ??? ?? ??? ??? ?? ? ? ????. 2. ?? ??? .catch ()? ???? ?? ??? ??? ?? ??? ??????, ??? ???? ???? ????? ??? ? ????. 3. Promise.all ()? ?? ????? (?? ?? ?? ? ??????? ??), Promise.Race () (? ?? ??? ?? ?) ? Promise.AllSettled () (?? ??? ???? ??)</p> </div> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796831296.html" title="??? ??. ?? ????? ??? ????? ??? ?? ??" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/253/068/175174058098308.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="??? ??. ?? ????? ??? ????? ??? ?? ??" /> </a> <a href="http://ipnx.cn/ko/faq/1796831296.html" title="??? ??. ?? ????? ??? ????? ??? ?? ??" class="phphistorical_Version2_mids_title">??? ??. ?? ????? ??? ????? ??? ?? ??</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 06, 2025 am 02:36 AM</span> <p class="Articlelist_txts_p">.map (), .filter () ? .reduce ()? ?? JavaScript ?? ?? ???? ??? ??? ??? ? ? ????. 1) .map ()? ??? ??? ??? ???? ? ??? ???? ? ?????. 2) .filter ()? ???? ??? ????? ? ?????. 3) .reduce ()? ???? ?? ??? ???? ? ?????. ???? ??? ????? ??? ?? ?? ??? ?????.</p> </div> <div id="wjcelcm34c" class="phphistorical_Version2_mids"> <a href="http://ipnx.cn/ko/faq/1796832563.html" title="JS Roundup : JavaScript ??? ??? ?? ?? ???" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/431/639/175191266081499.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="JS Roundup : JavaScript ??? ??? ?? ?? ???" /> </a> <a href="http://ipnx.cn/ko/faq/1796832563.html" title="JS Roundup : JavaScript ??? ??? ?? ?? ???" class="phphistorical_Version2_mids_title">JS Roundup : JavaScript ??? ??? ?? ?? ???</a> <span id="wjcelcm34c" class="Articlelist_txts_time">Jul 08, 2025 am 02:24 AM</span> <p class="Articlelist_txts_p">JavaScript? ??? ??? ?? ??, ? ? ? ?? ???? ???? ??? ??? ?????. 1. ?? ??? ?? ??? ???? ??? ??? ??? ??? ?? WebAPI? ?????. 2. WebAPI? ??????? ??? ?? ? ? ??? ?? ??? (??? ?? ?? ???? ??)? ????. 3. ??? ??? ?? ??? ?? ??? ?????. ?? ??? ??? ????? ??? ??? ?? ? ???? ?????. 4. ???? ?? (? : Promise. 5. ??? ??? ???? ?? ???? ???? ?? ?? ?? ??? ????? ? ??????.</p> </div> </div> <a href="http://ipnx.cn/ko/web-designer.html" class="phpgenera_Details_mainL4_botton"> <span>See all articles</span> <img src="/static/imghw/down_right.png" alt="" /> </a> </div> </div> </div> </main> <footer> <div id="wjcelcm34c" class="footer"> <div id="wjcelcm34c" class="footertop"> <img src="/static/imghw/logo.png" alt=""> <p>???? ??? PHP ??,PHP ???? ?? ??? ?????!</p> </div> <div id="wjcelcm34c" class="footermid"> <a href="http://ipnx.cn/ko/about/us.html">?? ??</a> <a href="http://ipnx.cn/ko/about/disclaimer.html">?? ??</a> <a href="http://ipnx.cn/ko/update/article_0_1.html">Sitemap</a> </div> <div id="wjcelcm34c" class="footerbottom"> <p> ? php.cn All rights reserved </p> </div> </div> </footer> <input type="hidden" id="verifycode" value="/captcha.html"> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' /> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://ipnx.cn/" title="亚洲国产日韩欧美一区二区三区">亚洲国产日韩欧美一区二区三区</a> <div class="friend-links"> </div> </div> </footer> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body><div id="tbnjy" class="pl_css_ganrao" style="display: none;"><strong id="tbnjy"><sup id="tbnjy"><ol id="tbnjy"></ol></sup></strong><label id="tbnjy"></label><pre id="tbnjy"></pre><pre id="tbnjy"></pre><th id="tbnjy"><div id="tbnjy"></div></th><ul id="tbnjy"></ul><i id="tbnjy"><source id="tbnjy"></source></i><acronym id="tbnjy"><video id="tbnjy"></video></acronym><wbr id="tbnjy"></wbr><dl id="tbnjy"><strike id="tbnjy"></strike></dl><pre id="tbnjy"></pre><acronym id="tbnjy"><track id="tbnjy"><th id="tbnjy"><var id="tbnjy"></var></th></track></acronym><tr id="tbnjy"></tr><option id="tbnjy"></option><thead id="tbnjy"><dd id="tbnjy"><blockquote id="tbnjy"></blockquote></dd></thead><object id="tbnjy"><acronym id="tbnjy"><span id="tbnjy"><pre id="tbnjy"></pre></span></acronym></object><strong id="tbnjy"></strong><sup id="tbnjy"></sup><dd id="tbnjy"></dd><abbr id="tbnjy"></abbr><pre id="tbnjy"></pre><strong id="tbnjy"><dfn id="tbnjy"><thead id="tbnjy"><progress id="tbnjy"></progress></thead></dfn></strong><video id="tbnjy"></video><center id="tbnjy"></center><track id="tbnjy"><bdo id="tbnjy"></bdo></track><code id="tbnjy"><dfn id="tbnjy"></dfn></code><nav id="tbnjy"></nav><sub id="tbnjy"><button id="tbnjy"></button></sub><strong id="tbnjy"></strong><li id="tbnjy"></li><form id="tbnjy"></form><small id="tbnjy"><dfn id="tbnjy"><fieldset id="tbnjy"><wbr id="tbnjy"></wbr></fieldset></dfn></small><center id="tbnjy"></center><label id="tbnjy"><div id="tbnjy"><thead id="tbnjy"><video id="tbnjy"></video></thead></div></label><source id="tbnjy"></source><address id="tbnjy"></address><p id="tbnjy"></p><video id="tbnjy"><small id="tbnjy"><rt id="tbnjy"></rt></small></video><style id="tbnjy"></style><rp id="tbnjy"><optgroup id="tbnjy"></optgroup></rp><samp id="tbnjy"></samp><label id="tbnjy"><td id="tbnjy"><thead id="tbnjy"></thead></td></label><pre id="tbnjy"></pre><li id="tbnjy"><style id="tbnjy"><acronym id="tbnjy"></acronym></style></li><code id="tbnjy"></code><tbody id="tbnjy"><legend id="tbnjy"></legend></tbody><ol id="tbnjy"></ol><acronym id="tbnjy"></acronym><source id="tbnjy"><form id="tbnjy"></form></source><style id="tbnjy"><rt id="tbnjy"></rt></style><thead id="tbnjy"><acronym id="tbnjy"><video id="tbnjy"><th id="tbnjy"></th></video></acronym></thead><blockquote id="tbnjy"><font id="tbnjy"><em id="tbnjy"></em></font></blockquote><dfn id="tbnjy"><form id="tbnjy"></form></dfn><meter id="tbnjy"><menuitem id="tbnjy"><ins id="tbnjy"><tr id="tbnjy"></tr></ins></menuitem></meter><u id="tbnjy"></u><strike id="tbnjy"></strike><progress id="tbnjy"></progress><font id="tbnjy"><em id="tbnjy"><label id="tbnjy"><dl id="tbnjy"></dl></label></em></font><wbr id="tbnjy"></wbr><i id="tbnjy"><source id="tbnjy"><address id="tbnjy"></address></source></i><small id="tbnjy"><style id="tbnjy"></style></small><blockquote id="tbnjy"><samp id="tbnjy"><em id="tbnjy"></em></samp></blockquote><nobr id="tbnjy"></nobr><output id="tbnjy"></output><small id="tbnjy"><var id="tbnjy"></var></small><big id="tbnjy"><form id="tbnjy"></form></big><tbody id="tbnjy"><small id="tbnjy"><u id="tbnjy"><font id="tbnjy"></font></u></small></tbody><bdo id="tbnjy"><kbd id="tbnjy"><font id="tbnjy"><form id="tbnjy"></form></font></kbd></bdo><var id="tbnjy"><label id="tbnjy"><listing id="tbnjy"><dfn id="tbnjy"></dfn></listing></label></var><object id="tbnjy"></object><thead id="tbnjy"></thead><output id="tbnjy"><ruby id="tbnjy"><video id="tbnjy"></video></ruby></output><object id="tbnjy"><noframes id="tbnjy"><ruby id="tbnjy"><progress id="tbnjy"></progress></ruby></noframes></object><xmp id="tbnjy"></xmp><video id="tbnjy"><dfn id="tbnjy"><center id="tbnjy"><dl id="tbnjy"></dl></center></dfn></video><s id="tbnjy"><var id="tbnjy"><form id="tbnjy"></form></var></s><optgroup id="tbnjy"></optgroup><li id="tbnjy"></li><progress id="tbnjy"></progress><delect id="tbnjy"><button id="tbnjy"></button></delect><em id="tbnjy"></em><tbody id="tbnjy"></tbody><dl id="tbnjy"><div id="tbnjy"></div></dl><pre id="tbnjy"></pre><thead id="tbnjy"></thead><font id="tbnjy"><abbr id="tbnjy"><label id="tbnjy"><dl id="tbnjy"></dl></label></abbr></font><rp id="tbnjy"></rp><listing id="tbnjy"></listing><sup id="tbnjy"><li id="tbnjy"></li></sup><acronym id="tbnjy"></acronym><small id="tbnjy"><bdo id="tbnjy"></bdo></small><cite id="tbnjy"></cite><wbr id="tbnjy"><xmp id="tbnjy"></xmp></wbr><dfn id="tbnjy"></dfn><button id="tbnjy"><bdo id="tbnjy"><dl id="tbnjy"></dl></bdo></button><xmp id="tbnjy"><button id="tbnjy"></button></xmp><object id="tbnjy"></object><label id="tbnjy"></label><xmp id="tbnjy"><button id="tbnjy"></button></xmp></div> </html>