有趣的代码调试工具 console-emojis

码农软件 · 软件分类 · 程序调试工具 · 2019-11-29 19:43:17

软件介绍

调试代码 console 输出结果中显示 emoji 图标,帮助您编写更好的代码,并使调试变得更有趣,如下,在命令行中你的调试前面加上了 emoji 图标,使用方法很简单,console.log 是你的日志输出方法,只需要将这个方法中的 log 改成 emoji 图标的名字输出你的日志即可,比如要输出日志前面加个国旗 console.cn('欢迎来中国')

安装:

npm install console-emojis

使用:

require('console-emojis')
import 'console-emojis';

实例

// Logging to the console
console.cn(" Welcome to China!");
console.u5408(" Hello -> u5408 !")
console.u6e80(" Hello -> u6e80 !")
console.u7981(" Hello -> u7981 !")
console.a(" Hello -> a !")
console.b(" Hello -> b !")
console.ab(" Hello -> ab !")
console.cl(" Hello -> cl !")
console.o2(" Hello -> o2 !")
console.sos(" Hello -> sos !")
console.no_entry(" Hello -> no_entry !")
console.name_badge(" Hello -> name_badge !")
console.no_entry_sign(" Hello -> no_entry_sign !")
console.x(" Hello -> x !")
console.o(" Hello -> o !")
console.stop_sign(" Hello -> stop_sign !")
console.anger(" Hello -> anger !")
console.hotsprings(" Hello -> hotsprings !")

本文地址:https://codercto.com/soft/d/20075.html

Data Structures and Algorithm Analysis in Java

Data Structures and Algorithm Analysis in Java

Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00

As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具