1. 首页
  2. 移动开发
  3. 其他
  4. 微信小程序 微信小程序html转wxml

微信小程序 微信小程序html转wxml

上传者: 2020-07-26 02:37:00上传 ZIP文件 9.92KB 热度 35次
微信小程序,HTML转WXML。 usage: npm install html2wxml --save 或 引入src里面html2json.js/html2wxml.wxml/htmlparser.js/example.wxss到工程lib目录下; 在需要将html转wxml的地方按下添加代码; wxml: <!--按实际工程目录结构--> js: 'use strict'; import {html2json} from '../src/html2json';//按实际工程目录结构 Page({ data: { innerHTML: html2json
用户评论