文章列表
ext 部分:
// 从后台加载籍贯信息,动态加载 显示到ComboBox中
第1个方法
//将数据加载到本地
第2个方法 (推荐 方便)
var nativeStore =new Ext.data.JsonStore({
url:'exam/ExamCourseAction',
root: 'courseName',
fields:[{name:'course'}]
});
第3个方法
//comboBox
{
...
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/project/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/oes/WEB-INF/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/project/.metadata/.p ...