摘要: 关于页面前面标签 js可这样判断是否选中 $(".votesubject").find("input").each(function () { if ($(this).prop('checked', true)) { alert($(this).prop("value")) } }); 也可这样 $ 阅读全文
posted @ 2015-05-06 18:37 BloggerSb 阅读(1673) 评论(0) 推荐(0)
摘要: reference:http://www.cnblogs.com/coconut_zhang/archive/2009/02/02/1382598.html http://blog.itpub.net/14766526/viewspace-1156100/ select GETDATE() as ' 阅读全文
posted @ 2015-05-06 08:50 BloggerSb 阅读(2028) 评论(0) 推荐(0)