亚洲国产日韩人妖另类,久久只有这里有精品热久久,依依成人精品视频在线观看,免费国产午夜视频在线

      
      

        前端console.log的樣式

        前端console.log的樣式

        控制臺(tái)是每個(gè)開發(fā)過程中非常有用的部分。 我們出于各種原因使用它來記錄項(xiàng)目、查看數(shù)據(jù)、保留某些數(shù)據(jù)以供以后使用等等。 因此,考慮到經(jīng)常要與它直接和間接地互動(dòng),我們介紹一種方法來賦予它美麗的外觀,可以使輸出的內(nèi)容更加誘惑你的眼球。

        在這篇文章中,我們將演示如何給console應(yīng)用樣式。讓我們從記錄一個(gè)簡單的“Hello World!”開始。 并對(duì)其應(yīng)用樣式。

        輸出粉色的文字console.log(“%cHello world!”, “color:pink; font-size:30px”)

        可以看到,其實(shí)就是對(duì)輸出內(nèi)容,應(yīng)用了css樣式而已,只要你會(huì)CSS, 你就可以充分發(fā)揮你的想象力來定制化你的console。再來點(diǎn)例子

        console.log(“%cThis is a default font style”,”color: blue; font-size: 20px”);console.log(“%cThis is a custom font style”,”color: blue; font-family:serif; font-size: 20px”);console.log(“%cThis is a custom font style”,”color: blue; font-family:monospace; font-size: 20px”);console.log(“%cThis is a custom font style”,”color: blue; font-family:sans-serif; font-size: 20px”);

        稍微復(fù)雜點(diǎn)的例子如下:

        console.log(‘%c Hello World!!’, ‘font-weight: bold; font-size: 50px;color: red; text-shadow: 3px 3px 0 rgb(217,31,38) , 6px 6px 0 rgb(226,91,14) , 9px 9px 0 rgb(245,221,8) , 12px 12px 0 rgb(5,148,68) , 15px 15px 0 rgb(2,135,206) , 18px 18px 0 rgb(4,77,145) , 21px 21px 0 rgb(42,21,113)’);

        對(duì)了,你還可以改變背景顏色,甚至加入漸變色:

        console.log(‘%c 太棒了!!’, ‘background:linear-gradient(to right, #fc5c7d, #6a82fb); color:white; font-size:40px; padding:15px;’)

        console.warn, console.error同樣適用哦。

        怎么樣,是不是很酷?

        最后提醒大家,不要忘記要在顯示內(nèi)容的前面加上%c說明符來設(shè)置控制臺(tái)的內(nèi)容。

        鄭重聲明:本文內(nèi)容及圖片均整理自互聯(lián)網(wǎng),不代表本站立場,版權(quán)歸原作者所有,如有侵權(quán)請聯(lián)系管理員(admin#wlmqw.com)刪除。
        上一篇 2022年6月27日 06:06
        下一篇 2022年6月27日 06:06

        相關(guān)推薦

        聯(lián)系我們

        聯(lián)系郵箱:admin#wlmqw.com
        工作時(shí)間:周一至周五,10:30-18:30,節(jié)假日休息