home.wxml 131 B

123
  1. <!--pages/home/home.wxml-->
  2. <button bindtap="getInfo">发起GET请求</button>
  3. <button bindtap="postInfo">发起POST请求</button>