毕设专用git仓库
 
 
 
 
 
 

4 lines
113 B

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