摘要:
let mapBounds = {}; const imageWidth = 800, imageHeight = 600; let targets = []; // Array of moving targets function init(coordinate_lt, coordinate_rb 阅读全文
posted @ 2025-03-27 15:48
Coca-code
阅读(11)
评论(0)
推荐(0)
//写法一 等价于写法二 const MyComponent = () => { //... } //写法二 const MyComponent: React.FC = () => { //... } 阅读全文