<html>
<head>
<title>网页特效|www.wangqi.com|---只能输入全角</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<input onkeyup="value=value.replace(/[^uFF00-uFFFF]/g,'')" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^uFF00-uFFFF]/g,''))">
</body>
</html>
时间: 2024-11-02 14:18:48