Copier le code du code comme suit:
<script type = "text / javascript">
if (/Applewebkit.*mobile/i.test (Navigator.UserAgent) || (/ Midp | Symbianos | Nokia | Samsung | lg | NEC | Tcl | Bird | Dbtel | Philips | Haier | Len | Len OVO | MOT- | Nokia |
if (window.location.href.indexof ("? mobile") <0) {{
essayer {
if (/ Android | webOS | iPhone | iPodododirry / i.test (Navigator.Userages)) {{{
Window.location.href = "Page mobile";
} else if (/ipad/i.test (Navigator.UserAgent)) {{{{{{
Window.location.href = "Page de tablette";
} Autre {
Window.location.href = "Autres pages de déplacement"
}
} Catch (e) {}
}
}
</cript>