session_start(); function is_mobile(){ $user_agent = $_SERVER['HTTP_USER_AGENT']; $accept = $_SERVER['HTTP_ACCEPT']; return false || (preg_match('/ipad/i',$user_agent)) || (preg_match('/ipod/i',$user_agent)||preg_match('/iphone/i',$user_agent)) || (preg_match('/android/i',$user_agent)) || (preg_match('/opera mini/i',$user_agent)) || (preg_match('/blackberry/i',$user_agent)) || (preg_match('/(pre\/|palm os|palm|hiptop|avantgo|plucker|xiino|blazer|elaine)/i',$user_agent)) || (preg_match('/(iris|3g_t|windows ce|opera mobi|windows ce; smartphone;|windows ce; iemobile)/i',$user_agent)) ; } include("../data/db_con22.php"); if($_GET['vol']=="p"){ $nvol=$_SESSION["vol"]+0.15; }elseif($_GET['vol']=="m"){ $nvol=$_SESSION["vol"]-0.15; }else{ $nvol=0.8; } $_SESSION["vol"]=$nvol; if($_GET['pit']=="p"){ $npit=$_SESSION["pit"]+0.2; }elseif($_GET['pit']=="m"){ $npit=$_SESSION["pit"]-0.2; }else{ $npit=1.1; } $_SESSION["pit"]=$npit; if($_GET['rate']=="p"){ $nrate=$_SESSION["rate"]+0.2; }elseif($_GET['rate']=="m"){ $nrate=$_SESSION["rate"]-0.2; }else{ $nrate=0.4; } $_SESSION["rate"]=$nrate; $id = $_GET['id']; $resultat = mysql_query ("select title,desctext,pages from sitenews where id = '$id'"); $rad = mysql_fetch_array($resultat); $title = $rad["title"]; $pag = $rad["pages"]; $text= strip_tags($rad["desctext"]); $text=str_replace(array("\n "," \n","\n\n"),"\n",$text); $text=str_replace("。","。 ",$text); $text=preg_replace("/(\r\n)+|(\n|\r)+/","\n",$text)."\n第{$pag}頁完,請繼續下一頁。喜歡 Amohot 驚悚小說,請記得按讚、收藏及分享"; if($pag>1){ $pv=$id+1; }else{ $pv=$id."#"; } if($id >1){ $pn=$id-1; }else{ $pn=$id."#"; } ?>
精確朗讀模式適合大多數瀏覽器,也相容於桌上型與行動裝置。
不過,使用Chorme瀏覽器仍存在一些問題,不建議使用Chorme瀏覽器進行精確朗讀。