在PHP中克服针干草堆混淆最实用的方法是什么?
这里$ needle是第一个参数
bool in_array ( mixed $needle , array $haystack [, bool $strict = FALSE ] )
Run Code Online (Sandbox Code Playgroud)
这里$ needle是第二个参数
string strstr ( string $haystack , mixed $needle [, bool $before_needle = false ] )
Run Code Online (Sandbox Code Playgroud) 我有方法
public static T GetUrlDataEntity<T>(){}
Run Code Online (Sandbox Code Playgroud)
我想在我的另一个类中调用此方法如何在c#中调用此方法.