W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
語法高亮可幫助你管理代碼的復(fù)雜性。
colors包(npm install colors)為你的控制臺(tái)輸出帶來了類似的好處,使得你更容了解發(fā)生了什么。
它也是最常用的NPM包之一。
它向本地JavaScript字符串添加函數(shù),以便你可以執(zhí)行諸如“some string”.red之類的操作。
// Loading this module modifies String for the entire process
require("colors");
console.log("hello".green); // outputs green text
console.log("world!".red); // outputs red text
console.log("Feeling yellow".yellow); // outputs yellow text
console.log("But you look blue".blue); // outputs yellow text
console.log("This should cheer you up!".rainbow); // rainbow
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: