Class Index | File Index

Classes


Built-In Namespace String

Method Summary
Method Attributes Method Name and Description
 
endsWith(String)
判断字符串是否以suffix为后缀
 
判断字符串是否是数字,
 
startsWith(String)
判断字符串是否以prefix为前缀
 
trim()
字段符两头去空格String.trim()
Method Detail
{bl} endsWith(String)
判断字符串是否以suffix为后缀
Defined in: global.js.
Parameters:
{suffix} String
Returns:
{bl} boolean

{bl} isNumeric()
判断字符串是否是数字,
Defined in: global.js.
Returns:
{bl} boolean
See:
Sucang.isNumeric(str);

{bl} startsWith(String)
判断字符串是否以prefix为前缀
Defined in: global.js.
Parameters:
{prefix} String
Returns:
{bl} boolean

trim()
字段符两头去空格String.trim()
Defined in: global.js.

Documentation generated by JsDoc Toolkit 2.3.0 on Wed Jun 05 2019 11:25:20 GMT+0800 (CST)