我第一次通过手机短信访问应用程序或网站时想要创建我的网站时遇到问题。
需要什么?谁能帮我解决问题?
答案 0 :(得分:0)
Javascript例如: 你可以设置一个cookie。
<script>
var tehDiv = document.getElemenbyId('adiv');
if (localStorage.getItem('firstTime'){
theDiv.innerHTML='';
}else{
localStorage.setItem('firstTime', 'no');
theDiv.innerHTML='The html that shows download app buttons';
}
</script>
<body>
blablablabla
<div id="adiv">Here will be placed download buttons or not</div>
如果需要知道移动设备是否有很多脚本。例如,这一个:Detecting iOS / Android Operating system