﻿$(document).ready(function(){
	$(':reset').text('清空');
	$('button.reg').click(function(){
		window.open('Register.aspx','_self');
		});
});
