09 2019 档案
摘要:一、前端工程化 前端工程化不单单包括前端的模块化、组件化、自动化,还包括前端性能优化,前端目录规划,前端规范化,自动化测试,发布等等一系列知识。 二、 前端设计模式 三、 前端安全性问题 1、xss跨站脚本攻击 2、CSRF跨站请求伪造 3、sql脚本注入 4、上传漏洞 四、 跨域问题的处理 六、h
阅读全文
摘要:var express = require('express') var app = express() var proxy = require('http-proxy-middleware') const path = require('path'); var fs = require("fs")
阅读全文
摘要:<div style="margin-top:200px"></div> <span id="liu" onclick="AndroidcallJS()" href="myapp://">打开微信</span> <div id="show"></div> <button id="btn" oncli
阅读全文
摘要:2016年10月13日 09:31:58 ITzhongzi 阅读数 9409 2016年10月13日 09:31:58 ITzhongzi 阅读数 9409 2016年10月13日 09:31:58 ITzhongzi 阅读数 9409 2016年10月13日 09:31:58 ITzhongzi
阅读全文
摘要:一、通过下面的代码在不同的浏览器里打开进行测试: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <meta name="viewport" content="width=dev
阅读全文
摘要:一、按钮点击时出现黑色背景 解决方法: 1 2 .class { -webkit-tap-highlight-color:rgba(0,0,0,0);} .class { -webkit-appearance: none; -webkit-tap-highlight-color: transpare
阅读全文
摘要://引入各省json数据 var zhongguo = "/json/data-china.json"; var hainan = "/json/data-hainan.json"; var xizang = "/json/data-xizang.json"; var zhejiang = "/json/data-zhejiang.json"; var yunnan = "/json/data-y
阅读全文
摘要:<!DOCTYPE html> <html> <head> <meta name="format-detection" content="email=no" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta nam
阅读全文
摘要:package com.liuhao.mysecond.WebView;import androidx.annotation.RequiresApi;import androidx.appcompat.app.AppCompatActivity;import android.graphics.Bit
阅读全文

浙公网安备 33010602011771号