Files
number_zj/20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/helperGetHGSKeys.js
毛财君 197b38ca6f 1
2023-07-06 17:37:33 +08:00

7 lines
283 B
JavaScript

function helperGetHGSKeys (property) {
// 以最快的方式判断数组,可忽略准确性
return property ? (property.splice && property.join ? property : ('' + property).replace(/(\[\d+\])\.?/g,'$1.').replace(/\.$/, '').split('.')) : []
}
module.exports = helperGetHGSKeys