本文要推荐的[ToolFk]是一款程序员经常使用的线上免费测试工具箱,ToolFk 特色是专注于程序员日常的开发工具,不用安装任何软件,只要把内容贴上按一个执行按钮,就能获取到想要的内容结果。ToolFk还支持  、 、 、 、 、、、、、、。等20多个日常程序员开发工具,算是一个非常全面的程序员工具箱网站。

網站名稱:ToolFk

網站鏈結:
工具链接:

代码教學

本工具[在线Linux在线命令查看工具]依赖的代码库为 https://github.com/jaywcjlove/linux-command

STEP 1

linux.png

STEP 2

核心代码如下

$content     =   '';if($command){    $content = file_get_contents(storage_path("linux_command/$command.md"));    $Parsedown = new Parsedown();    $content = $Parsedown->text($content);}$type        = 'base';return view("Simple.Tools.Index.find-linux",compact('content','command','type'));

本文链接: