变量method得到的不应该是字符串吗,加[ ]是什么意思为什么写成 document.method(selector.substr(1);不对
看走眼了,method是字符串方法,不能用.来连接,要用[]
少了右括号document.method(selector.substr(1));