function hello(name) { return `你好, ${name}!`; } // 支持 JS/TS/Python/Go/Rust/SQL 等 const result = hello("世界"); console.log(result);