电脑PC版页面和手机移动WAP页面 html代码自动切换,我网站页面是自适应的。 不是要页面跳转 ,
网页能够自己判断是pc端 还是手机端的显示,不用跳转直接获取就好了 。有人能知道的吗? 百上找到有js判断是手机还是PC端,自已不会JS,所以不会做。
我是放的youku视频代码来的
这个是PC页面的代码
<iframe src='{@me}' width='100%' height='550' frameborder='0' scrolling='0'></iframe>
手机移动WAP页面
<video width="320" height="240" controls="controls" autoplay="autoplay">
<source src="/i/movie.ogg" type="video/ogg" />
<source src="/i/movie.mp4" type="video/mp4" />
<source src="/i/movie.webm" type="video/webm" />
<object data="/i/movie.mp4" width="320" height="240">
<embed width="320" height="240" src="/i/movie.swf" />
</object>
</video>