char *getdigit(char *pc){ int len = strlen(pc); bool ispoint = false; int i = 0,j = 0, digitnum = 0;
wenda.tianya.cn