V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  chobitssp  ›  全部回复第 3 页 / 共 3 页
回复总数  48
1  2  3  
309 天前
回复了 maymay5 创建的主题 程序员 还有多少人坚持.Net 技术栈?
承德程序员不就是
https://cn.vuejs.org/guide/essentials/event-handling.html#method-vs-inline-detection

@click="isRegister = true;clearRegisterData;"
等同于
()=>{ isRegister = true;clearRegisterData; }
323 天前
回复了 cat 创建的主题 游戏 有哪些 GBC / GBA 的游戏推荐?
用 moment 不才算偷懒吗

var date = '2024-02-29';
moment(date).add(-1, 'years').format('YYYY-MM-DD');
date.replace(/^\d{4}/, t => parseInt(t, 10) - 1);
date.split('-').map((t, i) => i > 0 ? t : parseInt(t, 10) - 1).join('-');
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   694 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 21:49 · PVG 05:49 · LAX 13:49 · JFK 16:49
Developed with CodeLauncher
♥ Do have faith in what you're doing.