04 2016 档案
摘要:items: [{ fieldLabel: 'Year', xtype: 'textfield', name: 'SRYear', maxLength: 4, width: 100, value: g_today.dateFormat('Y')}]
阅读全文
摘要:javascript 里面往数组添加数组值。 unshift最开始添加数组值: data2.unshift(new Array('Toptoubu')); push结尾的地方添加数组值: data2.push(new Array('abc'));
阅读全文
摘要:应要求,在加载页面时先进行浏览器类型判断再跳转到指定的页面去。 在代码后面加上判断返回值的代码,从而进行浏览器类型判断。平板和手机上都测试了可以使用。
阅读全文