欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

js限制input標簽中只能輸入中文

 更新時間:2015年06月26日 11:34:23   投稿:hebedich  
這篇文章主要介紹了js限制input標簽中只能輸入中文的的相關(guān)資料,需要的朋友可以參考下

方法很簡單,這里就不多BB了,直接奉上示例

<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>只能輸入中文</title>
</head>
<body>
<input type="text" id="text" onkeyup="value=value.replace(/[^\u4E00-\u9FA5]/g,'')" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\u4E00-\u9FA5]/g,''))">
</body>
</html>

以上所述就是本文的全部內(nèi)容了,希望大家能夠喜歡。

相關(guān)文章

最新評論