下面是我的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>
關于ios設備中文亂碼
輕風乍起3686015
2016-12-01 17:12:05