按这个办法可行:
https://blog.csdn.net/weixin_44681697/article/details/101348096
路径
layui---lay---modules---form.js
搜索
r=l.indexOf(e)===-1
这个及挨着的前边改成如下
l=i.text().toLowerCase(),r=l.indexOf(e.toLowerCase())===-1;
按这个办法可行:
https://blog.csdn.net/weixin_44681697/article/details/101348096
layui---lay---modules---form.js
搜索
r=l.indexOf(e)===-1
这个及挨着的前边改成如下
l=i.text().toLowerCase(),r=l.indexOf(e.toLowerCase())===-1;
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。