UNPKG

hmqd_02_olb_calc

Version:

王紫丽同桌的计算器哈哈哈

10 lines (7 loc) 179 B
'use strict' const substrict = (x,y) => { return x - y } //一定要导出 //如果只导出一个成员,module.exports,module 不能省 module.exports = substrict