搜索文档
toUnderlineVar(variable): string
variable
string
驼峰转换下划线
转换后的下划线字符串
Example
toUnderlineVar('getAccountList'); // => 'get_account_list'