sStr,sx,ss: String;
sStr := TRIM('第xxxx天工作计划');
sx := Copy(sStr,3,POS('天',sStr)-3);  //xxxxxx
ss := Copy(sStr,Length(sStr)-7,8);