javawed 插入下拉框

来源:互联网 发布:ubuntu ant android 编辑:程序博客网 时间:2024/06/08 02:32
<html>
<head>
<%@ page language="java" contentType="text/html; charset=utf-8"
    pageEncoding="utf-8"%>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>???????</title>
<style type="text/css">
@import url(zhuce.css);
</style>
</head>
<body>


<form action="">
<select name="爱好" size="4">
<option value="1">唱歌
<option value="2">打球
<option value="3">游泳
<option value="4">打游戏
</select>
</form>
</body>
</html>