本文介绍了什么是“棉绒"?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

PHPLint JSLint ,而我最近遇到了您可以动态加载 JS 代码",同时阅读一些有关 IDE .

PHPLint, JSLint, and I recently came across "you can lint your JS code on the fly" while reading something about some IDE.

推荐答案

划线是运行程序的过程,该程序将分析代码中的潜在错误.

Linting is the process of running a program that will analyse code for potential errors.

请参见Wikipedia上的棉绒:

See lint on wikipedia:

这篇关于什么是“棉绒"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 12:46