隐形溪流

文章
4
资源
1
加入时间
2年10月21天

python 命名规范最近遇到的问题

1.remove redundantparentheses出去多余的括号,写C#习惯了先加个括号,python的if不用加括号。改为:if chrome_args().get("headless_flag") == "1":2.Instance attribute xxx defined outsideinit所有的属性都应该定义在init里面。3.too ...