老迟到乐曲

文章
5
资源
0
加入时间
2年10月21天

通过style样式实现动态显示与隐藏

今天学习了网页内容的布局与动态显示、隐藏,现把代码奉上:    function change(val,obj){   obj.style.backgroundColor="red";   obj.style.cursor="pointer";   if(val=="rz"){    rz.style.display="block";    zs.style

新手Layui上传图片写法

上传图片 <#--//调用头像函数-->  点击上传,或将文件拖拽到此处 <#--//调用ID 渲染一张图片--> <div class="layui-hide" id="uploadDemoView"> <hr&

实验3 利用分组嗅探器分析HTTP和DNS

Having gotten our feet wet with the Wireshark packet sniffer in the introductory lab,we’re now ready to use Wireshark to investigate protocols in operation. In this lab, we’ll explore several aspects of the HTTP protocol: the basic GET/response inter