摘要:
选择器实例选取*$("*")所有元素#id$("#lastname")id="lastname" 的元素.class$(".intro")所有 class="intro" 的元素element$("p")所有 <p> 元素.class.class$(".intro.demo")所有 class="intro" 且 class="demo" 的元素:first$("p:first")第一 阅读全文
posted @ 2013-03-11 00:13
诡计的不老歌
阅读(154)
评论(0)
推荐(0)
摘要:
访问: http://localhost:3000/hello/hello可以看到页面啦,第一次如果碰到Template is misisng的问题只要把这行的注释去除就可以了# match ':controller(/:action(/:id))(.:format)' 阅读全文
posted @ 2013-03-11 00:11
诡计的不老歌
阅读(147)
评论(0)
推荐(0)
浙公网安备 33010602011771号