导航

2020年11月19日

摘要: a、使用 location.href:window.location.href =“https://www.baidu.com/” b、使用location.replace:window.location.replace(" https://www.baidu.com/;"); 阅读全文

posted @ 2020-11-19 08:09 sealong 阅读(1457) 评论(0) 推荐(0)

摘要: 数据库外键关系表示的其实是一种一对多关系,所以处理一对多时可以使用外键 阅读全文

posted @ 2020-11-19 08:08 sealong 阅读(87) 评论(0) 推荐(0)

摘要: 客户信息表(c CUSTOM)有以下字段:id、name、mobile 客户订单表(C_ORDER)有以下字段:id、custom_id、commodity、count、order _date Select * from c_order order by order_date desc limit 阅读全文

posted @ 2020-11-19 08:06 sealong 阅读(79) 评论(0) 推荐(0)