摘要:
表名 tableName 字段 a ,b 1.查询一: 查询 条件(a =1) 或 (a =2 且 b 包含 “菜”) 1 select * from tableName where a =1 or a = 2 and b like "%菜%" ; tips:and 优先级高于 or 2.查询二: 阅读全文
摘要:
完整代码: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 </head> 5 6 <body> 7 <div style="font-size:16px;float:left ;"> 8 <label class="text">内容 9 <input type="tex 阅读全文