我需要一点帮助。我怎样才能更正确地编写这段代码?function myFunc(performCheck = true) { if (performCheck) { if (b === a) { mySecondMethod(); } } else { mySecondMethod(); }}
添加回答
举报
0/150
提交
取消