摘要:
有没有朋友遇到过类似的情况,麻烦指点一下 图片是第三级页面: 1.textbox类型控件直接透明,可以看到上级页面的数据。 2.鼠标焦点无法获取,但是键盘Tab键可以正常触发 3.其他控件,单选,复选按钮,下拉框都正常! 貌似textbox直接失效了 弹出第一个页面方法: 弹出第二个,就是第一张图的 阅读全文
摘要:
package com.lirl.sprc; public class TestReturn { int a =100; public static void main(String[] args){ TestReturn return1 = new TestReturn(); int b = re 阅读全文