08 2019 档案
摘要:var len = window.location.href.indexOf("?"); if(len>0){ window.location.href=window.location.href.substring(0,len)+"?"+Math.random(); }else{ window.lo
阅读全文
摘要:function getElementTop(element) { var el = (typeof element == "string") ? document.getElementById(element) : element; if (el.parentNode null || el.sty
阅读全文
摘要:var express = require('express') var app = express() var proxy = require('http-proxy-middleware') var options = { target: 'https://www.jianshu.com', changeOrigin: true, ws: true, pathRew...
阅读全文
摘要:changeOrientation($("html")) function changeOrientation($print) { var width = document.documentElement.clientWidth; var height = document.documentElem
阅读全文
摘要:<!DOCTYPE html> <html> <head> <meta charset=utf-8> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>发送短信</title> <style> *
阅读全文

浙公网安备 33010602011771号