(2) 複製部分字串 strncpy(target目標, source來源, length長度);
char t[20] ; // target
先選取 上面 ↑ 部分字串,再按