2018-05-24 14:23
题主
wye
用户名称:
wye
加入日期:
2018-05-24 14:10
登录次数:
19
【新手贴】为什么会显示 itemID 未定义
刚接触wb,写了一个窗口进行测试,如图
,show的点击事件为alert("id:"+user_id_text.getValue()+",pwd:"+user_pwd_text.getValue()); 运行结果告知,user_id_text is not defined .
2018-05-25 09:59
#1
tulip
用户名称:
tulip
加入日期:
2012-05-30 10:38
登录次数:
607
使用app.xxx,alert(app.user_id_text.getValue());
返回
开发者社区