分类【技巧经验】下的文章

1、批量更新enableq问卷中设置update eq_question set isRandOptions=1,isColArrange=1,perRowCol=5 where questionID>=672、查看某表格自动增量,注意是引号:show table status like 'eq_survey';如果是在命令行中,...

出现标题或这样的:Uncaught TypeError: Cannot read properties of undefined (reading ‘replace‘),解决方法有两招:解决方法1:可先把内容强制转化为字符串,可用value.toString()来强制转换解决方案2:增加判断,如果是string类型再使用replace函数。if (ty...