第四十六~四十九天

针对上周提出的问题进行修改,测试。
获取当前类名及方法名的方法:
this.getClass().getName()+":"+Thread.currentThread().getStackTrace()[1].getMethodName();
获取当前对象位置
document.getElementById(code).scrollIntoView();
封装通用方法:
将通用方法写进父类中,使用时this.func即可;
其他按照业务需求修改即可。

你可能感兴趣的:(第四十六~四十九天)