码迷,mamicode.com
首页 > 其他好文 > 详细

startindex cannot be larger than length

时间:2016-08-01 17:30:09      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!