Files
ws_health/xui/wxapp/miniprogram_npm/tdesign-miniprogram/indexes/indexes.wxs
2026-05-25 12:34:16 +08:00

8 lines
140 B
XML

function getFirstCharacter(str) {
return str.toString().substring(0, 1);
}
module.exports = {
getFirstCharacter: getFirstCharacter,
};