摘要: wxml页面 <text bind:tap="navigate" data-id="{{item.id}}></text> js页面 navigate(e){ let id=e.currentTarget.dataset.id; wx.navigateTo({ url:'/pages/artisan 阅读全文
posted @ 2021-06-07 19:40 锕果先生 阅读(202) 评论(0) 推荐(0)
摘要: php trait trait Ahao{ public function Say(){ echo "那指定是不行的"; } } trait HaoD{ public function haoDSay(){ echo "必须的"; } } class TheWorldIsNotEnough { us 阅读全文
posted @ 2021-06-07 01:06 锕果先生 阅读(12) 评论(0) 推荐(0)