当前位置:编程学习 > JAVA >>

How to make a template for sysout the multi-localVal

for Example...
`

    Object o1 = new Object();
    Object o2 = new Object();
    Object o3 = new Object();

`

I want to select these sentence and ALT + SHITFT + Z : sysout the localVal to Test
like this:
`

    System.out.println(o1);
    System.out.println(o2);
    System.out.println(o3);

`
how can i write such a template? Thx! java template 模板 --------------------编程问答-------------------- 就是说我想写个模板 快速打印出 所选择的 每个类的 对象名~! --------------------编程问答-------------------- 找了下,没搞出来 --------------------编程问答--------------------
引用 2 楼 huxiweng 的回复:
找了下,没搞出来
555.. --------------------编程问答-------------------- 对象.getClass()可以获得对象的类名。 --------------------编程问答--------------------
引用 4 楼 u010579263 的回复:
对象.getClass()可以获得对象的类名。
你没懂起我的意思喃
补充:Java ,  Java SE
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,