indexof忽略大小写,否则基函数出错,取得的位置是-1

str=螺柱 [Th]XBoltLen([Tg]-6+[Tc]+[L]*1.5-2)L

khLeft=boltlen(

int a = str.IndexOf(khLeft, StringComparison.CurrentCultureIgnoreCase) + khLeft.Length - 1;

相关文章:

  • 2021-09-14
  • 2021-06-26
  • 2021-10-29
  • 2022-01-25
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2022-01-21
  • 2022-01-03
  • 2021-09-09
  • 2022-12-23
  • 2021-12-10
  • 2021-06-21
相关资源
相似解决方案