获得徽章 0
转产品了家人们,今天开始面向word编程
22
赞了这篇沸点
jym,3年前端,年后有机会么,超过20个赞就走
18
vite3应该添加什么配置才能解决这种sass变量的url路径问题,会报错,url是从当前目录找的,切到webpack就没问题,推测是少了什么插件,但不知道是哪个。。。@mixin bgImage($url) {
background-image: url($url);
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
}
展开
6
基友们,怎么通过事件触发让浏览器页面主动关闭啊
function closePage(){
window.opener = null
window.open('about:blank', '_self')
window.close()
}
用这个方法页面能关了,但是会打开一个about:blank的空白页
展开
9
#新人报道# 一年的前端 小组内技术分享该分享什么啊[绝望的凝视],自己还是半吊子[无辜呆]
5
下一页