摘要: <View class="tabs" style="display: flex; justify-content: space-between"> <View class="tabs-item" style="width: 50%"> <Button class="tabs-btn" :class= 阅读全文
posted @ 2023-12-29 18:10 yoona-lin 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 除了十六进制(0x)表示法外,其他进制可以使用不同的前缀或函数来表示。下面是一些常见进制的表示方法: 二进制(Binary):以 0b 或 0B 作为前缀,后跟一串由 0 和 1 组成的数字。例如,二进制数 101 可以表示为 0b101。 八进制(Octal):以 0 作为前缀,后跟一串由 0 到 阅读全文
posted @ 2023-12-29 15:27 yoona-lin 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: 代码解析 function handleAuthReady() { const ywAuth = (window as any).ywAuth; if (ywAuth) { return Promise.resolve(ywAuth); } return new Promise(resolve => 阅读全文
posted @ 2023-12-29 10:30 yoona-lin 阅读(290) 评论(0) 推荐(0) 编辑