有没有推荐的thinkpad装ubuntu

2025-01-24 06:40:23
推荐回答(2个)
回答1:

int inthestr(char *s,char ch)
{
while(*s!='\0'){
if(*s==ch)
return 1;
s++;
}
return 0;
}

回答2:

我用的thinkpad t440p, 安装了ubuntu 14.04.5, MAC 10.10.5