第410天 举例说明恶意代码都有哪些? [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
JinKaiK commentedon Jun 10, 2021
例:
var bol = true, a = 0;
if(bol){a=1};
这是在一篇文章中看到的一种写法,为了在开源项目中提高代码量,通过增加低效率代码的方法来达到目的。