ts 使用数组 拼接成对象展示
Posted 安果移不动
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ts 使用数组 拼接成对象展示相关的知识,希望对你有一定的参考价值。
<script setup lang="ts">
const a: number[] = [1, 23, 4, 532, 5, 100];
</script>
<template>
<div>
<h1> a.map(v => (num: v)) </h1>
</div>
</template>
以上是关于ts 使用数组 拼接成对象展示的主要内容,如果未能解决你的问题,请参考以下文章