🌈 搜索
📅  最后修改于: 2022-03-11 15:04:31.295000             🧑  作者: Mango
var quotient = Math.floor(y/x); var remainder = y % x;