下面是我的PHP代码,同样的一个代码,在安卓和Windows上都能正常显示,在ios设备上却是清一色的乱码,求问这是为什么呢?ios设备windows<?php header("content-type:text/html;charset = utf-8");?><html><style>div{ text-align:center;}</style><div><form action="logincheck.php" method="post"> 用户名:<input type="text" name="username" /> <br /> 密码:<input type="password" name="password" /> <br /> <input type="submit" name="submit" value="登陆" /> <a href="register.php">注册</a> </form> </div></html>
添加回答
举报
0/150
提交
取消