除了先读取再提交外还有别的方法没
update tbl_table set cou=cou+1 where id=1;update tbl_table set cou=cou-1 where id=1;
这个我知道,用哪?添加个后端服务?
如果是自定义表单的话,这个时机怎么设置?
我正在参加 Gitee 2025 最受欢迎的年度开源软件投票活动,请为 JeeLowCode 投上宝贵一票。
update tbl_table set cou=cou+1 where id=1;
update tbl_table set cou=cou-1 where id=1;