* 判断是否是符合条件的整数 * @param {string|number} str 要检测的字符串或数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值
(str, min, max)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected