1
誰能幫助我與剃刀等同放着清單代碼,這個..剃刀語法字符串
if (TestString.ToString().IndexOf("GRA") != -1)
{
// code comes here..
}
我有問題,找到剃刀等同放着清單爲的IndexOf。我需要查找TestString變量中是否存在字符串「GRA」。
在此先感謝.... !!!
誰能幫助我與剃刀等同放着清單代碼,這個..剃刀語法字符串
if (TestString.ToString().IndexOf("GRA") != -1)
{
// code comes here..
}
我有問題,找到剃刀等同放着清單爲的IndexOf。我需要查找TestString變量中是否存在字符串「GRA」。
在此先感謝.... !!!
@if (TestString.ToString().IndexOf("GRA") != -1)
{
// code comes here..
}
至於你提到剃刀和IndexOf
評論 - 剃鬚刀使用.NET的整個子集,因此IndexOf
仍然可以在剃刀頁面中沒有任何問題。
@if (TestString.ToString().IndexOf("GRA") != -1)
{
...
}
偉大的..它作品感謝您的迅速反應。 – bp581 2011-04-20 16:11:50