(x, box)
| 2399 | |
| 2400 | //loon的input select互动按钮解析 |
| 2401 | function getInputInfo(x, box) { |
| 2402 | x = x.replace(/\s*=\s*/, '=') |
| 2403 | ;/^#!.+=.+/.test(x) ? (a = x.replace(/^#!/, '').match(/.+?=/)[0]) : '' |
| 2404 | ;/^#!.+=.+/.test(x) ? (b = x.replace(/^#!/, '').replace(a, '')) : '' |
| 2405 | box.push({ a, b }) |
| 2406 | } |
| 2407 | |
| 2408 | //名字简介解析 |
| 2409 | function getModInfo(x) { |
no outgoing calls
no test coverage detected