随笔分类 -  微信小程序

微信小程序之.json文件
摘要:原文:https://blog.csdn.net/qq_42347235/article/details/108929455 微信小程序中的.json文件不能添加注释 原因:.json文件中只允许出现两种数据结构一种是:属性名:键值即 key:value;另一种是:值的有序列表即 Array[](p 阅读全文
posted @ 2021-09-28 09:30 多年小白 阅读(594) 评论(0) 推荐(0)
微信小程序之block
摘要:原文链接:https://www.cnblogs.com/aademeng/articles/12747277.html 原文链接:https://blog.csdn.net/GreyCastle/article/details/105253375 <block/> 并不是一个组件,它仅仅是一个包装 阅读全文
posted @ 2021-09-27 17:38 多年小白 阅读(686) 评论(0) 推荐(0)
微信小程序bindtap点击事件与事件冒泡
摘要:原文链接:https://www.cnblogs.com/lhm166/articles/9947383.html 事件冒泡就是指嵌套事件发生,如果多层标签嵌套, 里层事件发生后, 其外层会相应发生, 如: 点击inner三个事件都执行, 点击middlek执行handmiddle和handout, 阅读全文
posted @ 2019-08-02 12:19 多年小白 阅读(2455) 评论(0) 推荐(0)
微信小程序的标签和html标签比较
摘要:参考来源:https://blog.csdn.net/xinzi11243094/article/details/80667527 标记一下,讲的挺好的:https://zhuanlan.zhihu.com/p/23536784 微信小程序的标签和html标签比较 html 微信小程序 <div>< 阅读全文
posted @ 2019-07-23 17:34 多年小白 阅读(9803) 评论(0) 推荐(0)