标签:
fszt = http.Sendsms_Http_Form_Load(phone, nr);//发送
//fszt = "{‘RET-CODE‘:‘SC:0000‘,‘adasdas‘:‘sdfd-sds-sd-sd‘}";
string mobile = fszt.Substring(13, 7);
if (mobile != "SC:0000"){}
这个错误是字符串的起始索引不能大于字符串的长度,我截取字符串获取‘SC:0000’,因为http.Sendsms_Http_Form_Load(phone, nr);这个方法不确定返回的是什么,还需要再测试一下。
startindex cannot be larger than length
标签:
原文地址:http://www.cnblogs.com/201608chen/p/5726277.html