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 阅读全文
posted @ 2019-08-22 10:41 刘浩2561179983 阅读(238) 评论(0) 推荐(0)
摘要:function getElementTop(element) { var el = (typeof element == "string") ? document.getElementById(element) : element; if (el.parentNode null || el.sty 阅读全文
posted @ 2019-08-22 10:40 刘浩2561179983 阅读(1746) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2019-08-05 17:32 刘浩2561179983 阅读(580) 评论(0) 推荐(0)
摘要:changeOrientation($("html")) function changeOrientation($print) { var width = document.documentElement.clientWidth; var height = document.documentElem 阅读全文
posted @ 2019-08-05 17:30 刘浩2561179983 阅读(356) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset=utf-8> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>发送短信</title> <style> * 阅读全文
posted @ 2019-08-02 16:59 刘浩2561179983 阅读(211) 评论(0) 推荐(0)