03 2022 档案
摘要:打开navicate 点击连接 1. 2. 3. 4.
阅读全文
摘要:1、 html跳转 <a href="index.php?name=tom&age=20">跳转</a> 2、JS跳转 <script type="text/javascript"> location.href='index.php?name=tom&age=20'; location.assign
阅读全文
摘要:<div > <label for="user-email" class="am-form-label">收货人地址</label> <div class="am-form-content"> <select name="" id="province" style="width: 200px"> <
阅读全文
摘要:function makeCookie($key,$val){ // 查看cookie中是否已经存过键为history_ids if(Cookie::has($key)){ // 已经存过了 $json_str = Cookie::get($key); // 获取的数据是json字符串,需要转成数组
阅读全文