(x, box)
| 1996 | |
| 1997 | //loon的input select互动按钮解析 |
| 1998 | function getInputInfo(x, box) { |
| 1999 | x = x.replace(/\s*=\s*/, '=') |
| 2000 | ;/^#!.+=.+/.test(x) ? (a = x.replace(/^#!/, '').match(/.+?=/)[0]) : '' |
| 2001 | ;/^#!.+=.+/.test(x) ? (b = x.replace(/^#!/, '').replace(a, '')) : '' |
| 2002 | box.push({ a, b }) |
| 2003 | } |
| 2004 | |
| 2005 | //名字简介解析 |
| 2006 | function getModInfo(x) { |