微信小程序之---- 數據處理

exports 關鍵字      .wxs 通過該屬性,可以對外共享本模塊的私有變量與函數   使用步驟 1. 在 .wxs後綴文件 exports定義參數 var foo = "'hello world' from comm.wxs"; var bar = function(d) { return d; } module.exports = { foo: foo, bar: bar }; 2.
相關文章
相關標籤/搜索