就算会的东西,好久不练也都会忘了的啊 [解决办法] 提倡钻研精神 [解决办法] 这个都说不好滴。。呵呵。。一个人好像都自己的一个方法吧。。但是有一条是很重要滴 就是注重实践,许多的问题只有在实践中才能体验到滴。。最近我在做一个web的前台,jsp要求写很多的js校验, 在其中就有很多小问题 "jsf" used for example: there is a field ,the type is boolean. I used it by hidden like this <h:inputHidden id="kaifeng" value="#{state.feng}"/> ** when I get the value of "feng" like this "getParameterById("kaifeng").value" in js and compare it to "true" like this if(document.getParamterById("kaifeng").value=true){ /** the code*/ } I find the result of "document.getParamterById("kaifeng").value=true" is always false. why? our friend.... In the end ,I find the code should be written if(document.getParamterById("kaifeng").value='true'){ /** the code*/ } it is only a small mistake [解决办法] 学习了,要有需求,要善于积累,要慢慢来,学习,学习! [解决办法] 用纯js做一个项目,不要用库,你就成为高手了 [解决办法] 在工作过程中学习是最好的 当然需要你有基础,html,javascript等 [解决办法] 不要放弃,一直学习 [解决办法] 要学... [解决办法] 多做项目 [解决办法] 哪本书无所谓 关键是要多写代码 有激情 懒的动手的话就干脆不要学 [解决办法] 综上所述 总结为:多找代码敲(实践),不要迷茫(心态),继续努力(意志); 我自己的 多多尝试试着该代码,多向他人学习、交流,适当上个项目; js也是一种语言如果其他你行,this you can !~ [解决办法] 加油,我也在学习这个呐 [解决办法] 了解了之后再做东西