驗證字符串是否爲漢字

驗證字符串爲漢字的正則表達式爲 var regExpression = /[\u4E00-\u9FA5]/; <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getSche
相關文章
相關標籤/搜索