首页 > 代码库 > 多选移动列表操作

多选移动列表操作

<html>
	<head>
		<title>多选移动列表操作</title>
		<meta http-equiv='Content-Type' content='text/css;charset=utf-8'/>
		<script>
		</script>
		<style>
			.yemian{
				margin-left:30%;
				width:500px;
				height:400px;
				background-color:cyan;
			}
			.s{
				width:150px;
				height:250px;
			}
			.input{
				width:50px;
				height:30px;
			
			}
		</style>
		<script>
			function move(srcId,desId){
				var src=http://www.mamicode.com/document.getElementById(srcId);>



多选移动列表操作