摘要: 阅读全文
posted @ 2021-03-12 10:57 py-小白 阅读(36) 评论(0) 推荐(0) 编辑
摘要: using System; //导入命名空间 using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lesson_one //这里 阅读全文
posted @ 2021-03-12 10:18 py-小白 阅读(717) 评论(0) 推荐(0) 编辑
摘要: using System; //导入命名空间 using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lesson_one //这里 阅读全文
posted @ 2021-03-11 17:00 py-小白 阅读(324) 评论(0) 推荐(0) 编辑
摘要: using System; //导入命名空间 using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Lesson_one //这里 阅读全文
posted @ 2021-03-11 16:28 py-小白 阅读(62) 评论(0) 推荐(0) 编辑
摘要: <template> <view class="content"> 我是首页 </view> </template> <script> export default { data() { return { title: 'Hello' } }, // onLoad是页面初始化的时候 全局执行一次 onLoad() { console.log('我是onLoad') }, // onShow只要显示 阅读全文
posted @ 2019-10-28 22:51 py-小白 阅读(198) 评论(0) 推荐(0) 编辑
摘要: html 阅读全文
posted @ 2019-10-27 14:38 py-小白 阅读(1495) 评论(1) 推荐(1) 编辑
摘要: <template> <view> <view class="id"> <view class="left"> <view v-for="(item, index) in list" :key="index" @click="qiehuan(index)" :class="{ box6: ys == index }">{{ item.title }}</view> </view> <vi 阅读全文
posted @ 2019-10-26 22:44 py-小白 阅读(1261) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2019-10-25 15:15 py-小白 阅读(2690) 评论(0) 推荐(0) 编辑
摘要: 我是文本 跳转注册页面 跳转未注册页面 关闭当前页面再跳转 可以返回几层页面 默认为一层 阅读全文
posted @ 2019-10-25 07:13 py-小白 阅读(772) 评论(0) 推荐(0) 编辑
摘要: <template> <view class="content"> <text> 我是首页 </text> <!-- 输出纯字符串 --> {{"huoyan"}} <view>{{msg}}</view> <!-- 字符串的拼接 --> <view>{{'我是'+msg}}</view> <!-- 三元表达式 --> <view>{{ 'huoyan'.indexOf(' 阅读全文
posted @ 2019-10-23 16:39 py-小白 阅读(8081) 评论(0) 推荐(0) 编辑