python里面有沒有和MATLAB里面strncmp?
python沒有strcmp函數不過有cmp不用導入直接用就行#strcmp(sStr1,sStr2) sStr1 ='strchr' sStr2 ='strch' print cmp(sStr1,sStr2)
python里面有沒有和MATLAB里面strncmp?
python沒有strcmp函數不過有cmp不用導入直接用就行#strcmp(sStr1,sStr2) sStr1 ='strchr' sStr2 ='strch' print cmp(sStr1,sStr2)