<html>
<head>
<title>网页特效|www.wangqi.com|---只能输入汉字</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<input onkeyup="value=value.replace(/[^u4E00-u9FA5]/g,'')" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^u4E00-u9FA5]/g,''))">
</body>
</html>
时间: 2024-12-27 15:17:07