示例
代码示例
JavaScript Link to this section # js Wrap Copy export function add(a, b) { return a + b; } console.log(add(2, 3)); Python Link to this section # …
JavaScript Link to this section # js Wrap Copy export function add(a, b) { return a + b; } console.log(add(2, 3)); Python Link to this section # …