2019年4月13日

jquery 清空、添加、删除select

摘要: $("#selectid").empty();//清空 $("#selectid").append("<option value='"+1+"'>"+'所有'+"</option>");//添加一项 //添加多项 for(var i=0;i<data.length;i++){ $("#selecti 阅读全文

posted @ 2019-04-13 13:12 七七2020 阅读(3557) 评论(0) 推荐(0) 编辑

myhabits where in foreach

摘要: myhabits传入参数:类,其中类中包含字符串数组String[] 当查询where in String[]时 如果写成 collecton=“array”,会报错There is no getter for property named 'array' in 'class ... 阅读全文

posted @ 2019-04-13 09:13 七七2020 阅读(515) 评论(0) 推荐(0) 编辑

导航