代码如下:
string myage=“18”;
int yourage=20;
yourage=(int)myage+yourage;  //错误:无法将string转换成int类型
怎么办呢?//---------------- 对不起上面写错了!:)