# 前端技术栈

方法中加入debugger,会suspend,可以避免脚本注入攻击等

# cubic-bezier

https://cubic-bezier.com/#.46,1.44,.87,-0.38

# Javascript刷新页面的几种方法

1 history.go(0) 2 location.reload() 3 location=location 4 location.assign(location) 5 document.execCommand('Refresh') 6 window.navigate(location) 7 location.replace(location) 8 document.URL=location.href

Last Updated: 4/14/2022, 6:13:37 PM