首页 > 代码库 > html-基本form元素---ShinePans

html-基本form元素---ShinePans

技术分享


<html>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<head><title>表单</title>
	<body>
		<form action="logOk.html" method="get">
			你最喜欢哪些城市:
			<input type="checkbox" name="cities" value=http://www.mamicode.com/"wuhan">武汉>

html-基本form元素---ShinePans