01 2016 档案

摘要:转载:http://stackoverflow.com/questions/2422468/how-to-upload-files-to-server-using-jsp-servlet/2424824#2424824IntroductionTo browse and select a file f... 阅读全文
posted @ 2016-01-20 14:14 jitash 阅读(329) 评论(0) 推荐(0)
摘要:if ($("#id").is(":checked")) { alert("Y"); } else { alert("N"); } if ($("#id").attr("checked") == "checked") { alert("Y"); } else { alert... 阅读全文
posted @ 2016-01-08 10:21 jitash 阅读(121) 评论(0) 推荐(0)