Appearance
expand-element / isStringNumber
function isStringNumber(val: string): boolean
判断是否是数字字符串
string
要判断的值。
boolean
值为布尔值。
types.ts:26