isdigit 函數

Posted by: 邱小新 at 下午4:48:00 in
function isdigit(c) { return ((c>='0') && (c<='9')); }

0 意見

張貼留言