摘要:
const todos = [ { id: 1, text: '第一个数组 Buy groceries', completed: false }, { id: 2, text: '第二个数组 Finish homework', completed: false }, { id: 3, text: ' 阅读全文
posted @ 2025-07-11 17:07
华腾智算
阅读(8)
评论(0)
推荐(0)
摘要:
const todos = [ { id: 1, text: 'Buy groceries', completed: false }, { id: 2, text: 'Finish homework', completed: false }, { id: 3, text: 'Cook dinner' 阅读全文
posted @ 2025-07-11 17:04
华腾智算
阅读(11)
评论(0)
推荐(0)
摘要:
const x = 10; const color = x > 10 ? 'red' : 'blue'; switch (color) { case 'red': console.log('The color is red'); break; case 'blue': console.log('Th 阅读全文
posted @ 2025-07-11 16:39
华腾智算
阅读(7)
评论(0)
推荐(0)
摘要:
const x = 10; const color = x > 10 ? 'red' : 'blue'; console.log(color); 阅读全文
posted @ 2025-07-11 16:33
华腾智算
阅读(7)
评论(0)
推荐(0)
摘要:
const todos = [ { id: 1, text: 'Buy groceries', iscompleted: true }, { id: 2, text: 'MY Boss', iscompleted: true }, { id: 3, text: '散会', iscompleted: 阅读全文
posted @ 2025-07-11 16:17
华腾智算
阅读(6)
评论(0)
推荐(0)
摘要:
核心语言:C++20 / Rust 图形API:Vulkan (跨平台) + MoltenVK (Apple) UI框架:Qt (专业工具) / Dear ImGui (轻量级) 脚本系统:LuaJIT (游戏逻辑) + Python (工具链) 构建系统:CMake + vcpkg/conan ( 阅读全文
posted @ 2025-07-11 12:35
华腾智算
阅读(15)
评论(0)
推荐(0)

浙公网安备 33010602011771号