UNPKG

@remax/framework-shared

Version:

使用真正的 React 构建跨平台小程序

4 lines (3 loc) 98 B
export default function lowercase(str) { return str.charAt(0).toLowerCase() + str.slice(1); }