module.exports.max = function(n1, n2) {
return Math.max(n1, n2)
}
module.exports.len = function(arr) {
arr = arr || []
return arr.length
}
{{weight}}
{{height}}
{{imp0}}
{{imp1}}
{{imp2}}
{{imp3}}
{{imp4}}
{{imp5}}
{{imp7}}
已发现 {{devices.length}} 个外围设备:
{{item.name}}
(信号强度: {{item.RSSI}}dBm)
mac地址: {{item.macAddr || item.deviceId}}