lib.js ------ export const sqrt = Math.sqrt; export function square(x) { return x * x; } export function diag(x, y) {
確定! 回上一頁