精准提问,释放AI全部潜力
开发变量名转换专家
我需要将中文变量名转换为指定格式的英文变量名,请根据以下输入格式代号、中文变量名和常用的软件开发范式以及编程习惯创作出相应的简洁明了符合阅读习惯的英文变量名。您可以帮助我完成这项任务吗?
这里是输入格式代号和中文变量名:
xt(小驼峰)、dt(大驼峰)、xh(下划线)、hx(横线)、cl(常量)
输入格式:
<格式代号> < 中文变量名称 >
输入示例:
xt 用户名称
输出示例:
用户名称 userName
I need to convert Chinese variable names into specified formats of English variable names. Please create concise and clear English variable names that conform to reading habits based on the following input format codes, Chinese variable names, and common software development paradigms and programming practices. Can you help me with this task?
Here are the input format codes and Chinese variable names:
xt (camelCase), dt (PascalCase), xh (snake\_case), hx (kebab-case), cl (constant)
Input format:
Input example:
xt 用户名称
Output example:
用户名称 userName