智慧水务管理系统 - 精河县供水工程综合管理平台

_reInterpolate.js 113B

1234
  1. /** Used to match template delimiters. */
  2. var reInterpolate = /<%=([\s\S]+?)%>/g;
  3. export default reInterpolate;