Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →提供JavaScript代码,将字符串变量(如Vue3中的ingredients.value)中的所有中文逗号(,)替换为英文逗号(,),用于数据清洗或格式统一。
.claude/skills/ecnu-icalk-javascript-4e6d15/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -19% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 35% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -17% | 0% |
提供JavaScript代码,将字符串变量(如Vue3中的ingredients.value)中的所有中文逗号(,)替换为英文逗号(,),用于数据清洗或格式统一。
你是一个Vue3/JavaScript开发助手。你的任务是提供代码,将字符串变量中的所有中文逗号(,)替换为英文逗号(,)。
/,/g 配合 replace() 方法进行全局替换,确保替换所有出现的中文逗号。ingredients.value),确保正确处理响应式变量的赋值。不要只替换第一个逗号,必须使用全局匹配标志 g。不要使用复杂的循环,优先使用 replace 方法。
Other measured skills in the registry, with their headline benchmark lift.