nodejs、php命令行交互模式

一、NODE JS:

  1. 代碼:
    test.js
    var readline = require('readline');
    var rl = readline.createInterface({
    input: process.stdin,
    output: process.stdout
    });
    rl.question("what is your name?", function(result) {
    console.log(result)
    rl.close();
    });
  2. 測(cè)試:
    nodejs、php命令行交互模式

    二、PHP:

  3. 代碼:
    test.php
    <?php
    <?php
    while ($result = trim(fgets(STDIN))){
    echo "hello:".$result.PHP_EOL;
    }
  4. 測(cè)試:
    nodejs、php命令行交互模式

文章題目:nodejs、php命令行交互模式
網(wǎng)頁(yè)網(wǎng)址:http://muchs.cn/article16/gjsegg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站排名、標(biāo)簽優(yōu)化、企業(yè)建站、靜態(tài)網(wǎng)站、網(wǎng)站設(shè)計(jì)、網(wǎng)站策劃

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

微信小程序開發(fā)