#include <cctype> int isxdigit( int ch );
isxdigit() 函式如果其引數是十六進位制數字(即 A-F、a-f 或 0-9),則返回非零值。 否則,返回零。