Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/116.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 有些日语文本在safari mobile上显示错误_Ios_Css_Safari - Fatal编程技术网

Ios 有些日语文本在safari mobile上显示错误

Ios 有些日语文本在safari mobile上显示错误,ios,css,safari,Ios,Css,Safari,我正在为一家日本公司制作一个网站。一切正常,只有一个例外:在IPhone上的Safari上,一些(并非所有)日语文本显示错误(看起来像正方形),而其他网络浏览器和设备的显示完全包括Ipad。以下是这些字符:・" , "〜". 我的标题: <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE

我正在为一家日本公司制作一个网站。一切正常,只有一个例外:在IPhone上的Safari上,一些(并非所有)日语文本显示错误(看起来像正方形),而其他网络浏览器和设备的显示完全包括Ipad。以下是这些字符:・" , "〜".

我的标题:

<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Don't want to show</title>
<link rel="stylesheet" type="text/css" href="share/css/common.css"/>
<link rel="stylesheet" type="text/css" href="share/css/base.css"/>
<link rel="stylesheet" type="text/css" href="share/css/top.css"/>

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

</head>

我不想表现出来

My font:font family:Meiryo;

您的问题是从未在html标记中定义html语言。请尝试

您的问题是从未在html标记中定义html语言。请尝试