1. 传递参数code
encodeURI(encodeURI(moduleTxts.toString()))注意:使用2次,encodeURI2. 解析参数var moduleTxts = decodeURI('${param.moduleTxts}');使用1次decodeURI 就柘能够了