package com.mkyong; public class NumericExample { public static void main(String[] args) { System.out.println(isNumeric("")); // false ...
確定! 回上一頁