Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
runScript.js脚本中的函数用这种方法导出 exports.area = function (r) { return PI * r * r; };
exports.circumference = (r) => 2 * PI * r;