07 2021 档案
摘要:页面跳转 window.parent.location.reload() 让打开这个窗口的父窗口刷新,然后本子窗口关闭! javascript:history.back() 就是后退啊!和浏览器里面的后退按钮一样!javascript:history.back(-1)就是后退一页 window.lo
阅读全文
摘要:优化高度限制 预览 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta
阅读全文
摘要:react 图片懒加载 预览 import React from 'react'; import LazyLoad from 'react-lazyload'; export default class App extends React.Component { constructor(props)
阅读全文