NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/xe-utils/methods/static/staticEscapeMap.js
2023-09-14 14:47:11 +08:00

11 lines
156 B
Java

var staticEscapeMap = {
'&': '&',
'<': '&lt;',
'>': '&gt;',
'"': '&quot;',
"'": '&#x27;',
'`': '&#x60;'
}
module.exports = staticEscapeMap