常用模板汇总
模板功能
ifn条件空判断语句,if(xxx == null) {...},Java开发中很常见。inn条件不为空判断语句,if(xxx != null) {...}。推荐使用inn。如果你不需要null在右边,可以编辑模版哦。iter生成增强for循环代码块,也可以用模版 argName.forpsf生成 public static finalpsfi生成 public static final intpsfs生成 public static final Stringprsfprivate static final
转载请注明原文地址: https://mac.8miu.com/read-493768.html