摘要: <template> <div class="person"></div> <h2>姓名{{ person.name }}</h2> <h2>年龄{{ person.age }}</h2> <button @click="changeage">修改</button> </template> <scr 阅读全文
posted @ 2025-03-05 15:36 华腾智算 阅读(10) 评论(0) 推荐(0)
摘要: <template> <div class="person"></div> </template> <script lang="ts" setup name="person"> import { ref } from "vue"; let name = ref("zhangsan") let age 阅读全文
posted @ 2025-03-05 15:26 华腾智算 阅读(5) 评论(0) 推荐(0)
摘要: <template> <div class="person"></div> </template> <script lang="ts" setup name="person"> </script> <style scoped> </style> 阅读全文
posted @ 2025-03-05 15:21 华腾智算 阅读(14) 评论(0) 推荐(0)
摘要: <template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 14:56 华腾智算 阅读(10) 评论(0) 推荐(0)
摘要: <template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 14:41 华腾智算 阅读(12) 评论(0) 推荐(0)
摘要: <template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 13:20 华腾智算 阅读(12) 评论(0) 推荐(0)
摘要: <template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> <br> <h2>列表</h2> <ul> <li v-fo 阅读全文
posted @ 2025-03-05 13:14 华腾智算 阅读(10) 评论(0) 推荐(0)
摘要: <template> <div class="mylist"> <h1>一辆{{ car.brand }},价值{{ car.price }}</h1> <button @click="changeprice">修改价格</button> </div> </template> <script lan 阅读全文
posted @ 2025-03-05 12:54 华腾智算 阅读(11) 评论(0) 推荐(0)
摘要: <template> <div class="mylist"> <h2>姓名:{{name}}</h2> <h2>年龄:{{age}}</h2> <h2>电话:{{tel}}</h2> <button @click="changename">修改姓名</button> <button @click= 阅读全文
posted @ 2025-03-05 12:28 华腾智算 阅读(9) 评论(0) 推荐(0)
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL