V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  treemonster  ›  全部回复第 3 页 / 共 3 页
回复总数  50
1  2  3  
2021-01-22 22:00:26 +08:00
回复了 treemonster 创建的主题 分享创造 这游戏很解压,大家快来看看,反正看一下也不要钱
@fiveelementgid google 的怕打不开
2021-01-22 21:59:52 +08:00
回复了 treemonster 创建的主题 分享创造 这游戏很解压,大家快来看看,反正看一下也不要钱
@AntoniotheFuture 没用引擎,全原生写的,hbuilder 打包的 js 游戏
@xranapp 我用的是招商 visa 卡其他不确定,审核过了就可以传了
@hlobo 。。。
2020-06-06 19:02:14 +08:00
回复了 pinkSlime 创建的主题 问与答 Typescript 香吗?
ts 是为 kpi 而生的,明白这点就好
2020-06-01 23:06:56 +08:00
回复了 xiaoming1992 创建的主题 JavaScript 一道字节面试题解
class Chain{
task=Promise.resolve()
eat() {
this.task=this.task.then(_=>console.log('eat'))
return this
}
work() {
this.task=this.task.then(_=>console.log('work'))
return this
}
sleep(t) {
this.task=this.task.then(_=>new Promise(r=>{
console.log('sleep', t)
setTimeout(r, t)
}))
return this
}
}

promise 写很简单
2020-05-30 15:59:01 +08:00
回复了 pyplayer 创建的主题 程序员 京东的 taro 值得学吗,原生微信小程序开发起来感觉好难受
复杂的交互是做不了的,taro 框架封装的组件提供接口非常鸡肋
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2214 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 09:44 · PVG 17:44 · LAX 02:44 · JFK 05:44
Developed with CodeLauncher
♥ Do have faith in what you're doing.