wlor

wlor

V2EX member #409851, joined on 2019-05-07 15:40:04 +08:00
wlor's recent replies
Apr 16, 2021
Replied to a topic by ferrum 分享创造 Seamless 网页版上线,送码活动开启
拉低中奖率
Aug 19, 2020
Replied to a topic by rotciv Android 想给父亲换个新手机,求推荐
老人还是收个 ios 好些吧 安卓容易误点下一堆 app
好的 学习了
$("body").bind('DOMNodeInserted', (e) =>{
if ($(e.target).attr("class") === "option-item first-option") {
$(e.target).click()
$('body').unbind("DOMNodeInserted");
}
});
快乐不一定要有钱 但有钱一定比没钱快乐
浏览器实际上是没有权限判断是否安装某个 app 的 只能先尝试唤起 App 等待几秒没有响应的话就留在页面
Aug 6, 2019
Replied to a topic by aoscici2000 Vue.js v-for 使用请求的数据 :class 判断不生效
Vue 2.0 是基于 Object.defineProperty 对对象实现“响应式化”,而对于数组,Vue 提供的方法是重写 push、pop、shift、unshift、splice、sort、reverse 这七个数组方法 你用 concat 是监听不了的 要用的话用 Vue,$set 你的$set 用错了 而且不建议你用 concat 方法 性能很差
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2401 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 02:10 · PVG 10:10 · LAX 19:10 · JFK 22:10
♥ Do have faith in what you're doing.