摘要: WXML提供两种文件引用方式:import 和include 书写方式:<import src="a.wxml"> <include src="a.wxml"> import 可以在当前文件使用目标文件定义的 template,但是有作用域,不能使用目标文件 import 的 template in 阅读全文
posted @ 2018-02-23 10:45 丁子678 阅读(274) 评论(0) 推荐(0)