日期:2014-05-16 浏览次数:20385 次
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
</script>
<script>
function xyy(d){
alert($(":button").val());
$(":button").val('测试');
}
</script>
</head>
<body>
<input type="button" value="下一页" onclick="xyy('d');">
</body>
</html>