HarmonyOS 小游戏《对战五子棋》第37篇 - 总结踩坑
从TypeScript迁移到ArkTS的第一个坑——内联对象类型问题描述 在TypeScript中可以写{ row: number, col: number }[],但ArkTS中会报编译错误。 解决方案 class替代(需要new实例时) export class Move {row: number;col: number;constructor(r…
2026/7/12 18:22:01