比如:
string mystr ="http://saldkjf.com";
如何判断mystr不是包含http://这几个字符?像
if(mystr包括http://)
{
执行包括http://的程序
}
else
{
执行不包插http://的程序
}应该怎么写?谢谢