我無法進入它。請給我一個提示。 有一個網站與設備檢測wurfl - 的JavaScript方法。 條件如下: if(!WURFL.is_mobile){
$('body').addClass('mobile'); //Do the stuff for mobile website
} else {
$('body').addClass('no-mobile'); // Do the stuf
我想檢測我的MVC控制器內的Android的默認瀏覽器。 我有移動偵測現在: public ActionResult Index()
{
if (WurflHelper.Instance.IsMobile(Request.UserAgent))
{
return View("MobileView");
}
else
{
r
: object Demo {
def main(args: Array[String]) {
// Create WURFL passing a GeneralWURFLEngine object with a wurfl xml
val wurflWrapper = new Wurfl(new GeneralWURFLEngine("classpath:/re