扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang类character的类成员方法: isunicodeidentifierstart定义及介绍
发布时间:2014-2-17
本文导语:
isunicodeidentifierstart
public static boolean isunicodeidentifierstart(char ch)
确定是否允许将指定字符作为 unicode 标识符中的首字符。
当且仅当以下条件之一为真时,字符才可以作为 unicode 标识符的首字符:
isletter(ch) 返回 true
gettype(ch)...