09 2021 档案
摘要:1)重定向两次请求,转发一次请求(换句话说,转发是把原来的请求发过去,而重定向不能携带原来的请求 2)重定向地址栏的地址变化,转发地址不变 3)重定向可以访问外部网站 转发只能访问内部资源 4)转发的性能要优于重定向
阅读全文
摘要:1xx(临时响应),表示临时响应并需要请求者继续执行操作的状态代码。 100 (继续) 请求者应当继续提出请求。 服务器返回此代码表示已收到请求的第一部分,正在等待其余部分。 101 (切换协议) 请求者已要求服务器切换协议,服务器已确认并准备切换。 2xx (成功),表示成功处理了请求的状态代码。
阅读全文
摘要:<div> <a href="#"><button type="button" class="btn btn-danger" style="width: 100% ;margin-top: 20px;outline: none;" data-loading-text="Loading..." aut
阅读全文
摘要:<span class="title">验证码:</span> <input type="text" placeholder="请输入验证码"> <input type="button" style="height:32px;width:130px;coral;border-radius: 10px
阅读全文
摘要:<input type="text" value="" placeholder="请输入验证码(区分大小写)" style="height:43px;position: relative; top:-15px; font-size:20px;" id="text"> <canvas id="canv
阅读全文
浙公网安备 33010602011771号