📅  最后修改于: 2022-03-11 14:53:14.638000             🧑  作者: Mango
// I think the best way is to do it using styles (it will work for any UI framework)
// JS
sometext
// CSS
.capitalize-me::first-letter {
text-transform: capitalize;
}