微信小程序學習之for循環 一、使用自定義創建的json數據 1. 創建微信小程序項目后 在wxml文件中增加for循環 <block wx:for="{{posts_key}}" wx:for-item="i ...