引入文件压缩包文件下载路径:
http://download.csdn.net/download/lrq112233/9945255
假设文件在temp文件夹下
wxml页面
<import src="../../temp/fuwenben/wxParse.wxml"/>
<view>
<template is="wxParse" data="{{wxParseData:article.nodes}}"/>
</view>
js页面
var WxParse = require('../../temp/fuwenben/wxParse.js');
//富文本
('article' , 'html' , that , 5)你懂的,可以不用改动
content为富文本编辑内容
var htm = WxParse.wxParse('article', 'html', content, that, 5);
文件下载路径:
http://download.csdn.net/download/lrq112233/9945255