<script src="Javascript/jquery-1.3.1.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#RadioButton1").hide();
$("label[for=RadioButton1]").hide();
});
</script>
转载于:https://www.cnblogs.com/tianzhenlanglang/archive/2012/03/02/2377071.html